Skip to content

Commit 8ef19ce

Browse files
committed
ci: set Arch env var globally
1 parent 62e2d9c commit 8ef19ce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
ZMQ_VERSION: ${{ matrix.zmq_version }}
6666
ZMQ_DRAFT: ${{ matrix.zmq_draft }}
6767
ZMQ_SHARED: false
68+
ARCH: ${{ matrix.ARCH }}
6869
steps:
6970
- uses: actions/checkout@v3
7071

@@ -104,13 +105,9 @@ jobs:
104105
105106
- name: Install Dependencies and Build
106107
run: pnpm install
107-
env:
108-
ARCH: ${{ matrix.ARCH }}
109108

110109
- name: Prebuild
111110
run: pnpm run prebuild
112-
env:
113-
ARCH: ${{ matrix.ARCH }}
114111

115112
- name: Upload artifacts
116113
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)