Skip to content

Commit

Permalink
ci: set Arch env var globally
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 16, 2022
1 parent 62e2d9c commit 8ef19ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
ZMQ_VERSION: ${{ matrix.zmq_version }}
ZMQ_DRAFT: ${{ matrix.zmq_draft }}
ZMQ_SHARED: false
ARCH: ${{ matrix.ARCH }}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -104,13 +105,9 @@ jobs:
- name: Install Dependencies and Build
run: pnpm install
env:
ARCH: ${{ matrix.ARCH }}

- name: Prebuild
run: pnpm run prebuild
env:
ARCH: ${{ matrix.ARCH }}

- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8ef19ce

Please sign in to comment.