forked from coop-cloud-mirrors/godotenv
Try shifting env around
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -30,17 +30,17 @@ jobs:
|
|||||||
architecture: "ppc64le"
|
architecture: "ppc64le"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build on ${{ matrix.arch.name }}
|
name: Test on ${{ matrix.arch.name }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: uraimo/run-on-arch-action@master
|
- uses: uraimo/run-on-arch-action@master
|
||||||
env:
|
|
||||||
GOARCH: ${{ matrix.arch.architecture }}
|
|
||||||
CGO_ENABLED: 0
|
|
||||||
with:
|
with:
|
||||||
architecture: ${{ matrix.arch.architecture }}
|
architecture: ${{ matrix.arch.architecture }}
|
||||||
distribution: ubuntu20.04
|
distribution: ubuntu20.04
|
||||||
additionalArgs: -e GOARCH -e CGO_ENABLED
|
additionalArgs: -e GOARCH -e CGO_ENABLED
|
||||||
|
env: | # YAML pipe
|
||||||
|
GOARCH: ${{ matrix.arch.architecture }}
|
||||||
|
CGO_ENABLED: 0
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt install -y curl wget
|
apt install -y curl wget
|
||||||
|
Reference in New Issue
Block a user