forked from coop-cloud-mirrors/godotenv
Update input to match action
This commit is contained in:
parent
a21980f2ad
commit
a7538440ac
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -35,9 +35,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: uraimo/run-on-arch-action@master
|
- uses: uraimo/run-on-arch-action@master
|
||||||
with:
|
with:
|
||||||
architecture: ${{ matrix.arch.architecture }}
|
arch: ${{ matrix.arch.architecture }}
|
||||||
distribution: ubuntu20.04
|
distro: ubuntu20.04
|
||||||
additionalArgs: -e GOARCH -e CGO_ENABLED
|
|
||||||
env: | # YAML pipe
|
env: | # YAML pipe
|
||||||
GOARCH: ${{ matrix.arch.architecture }}
|
GOARCH: ${{ matrix.arch.architecture }}
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user