From a7538440ac535287b3368d153f5949e84563d6e3 Mon Sep 17 00:00:00 2001 From: John Barton Date: Wed, 11 Nov 2020 12:01:43 +1100 Subject: [PATCH] Update input to match action --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52d6038..f7a9788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,8 @@ jobs: - uses: actions/checkout@v2 - uses: uraimo/run-on-arch-action@master with: - architecture: ${{ matrix.arch.architecture }} - distribution: ubuntu20.04 - additionalArgs: -e GOARCH -e CGO_ENABLED + arch: ${{ matrix.arch.architecture }} + distro: ubuntu20.04 env: | # YAML pipe GOARCH: ${{ matrix.arch.architecture }} CGO_ENABLED: 0