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: 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user