Skip to content

Commit 1cfccdb

Browse files
committed
ci: make the macos arm variables permanent
1 parent 3b6667e commit 1cfccdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
run: |
117117
brew uninstall libsodium --force --ignore-dependencies
118118
source ./script/macos-arm-deps.sh
119+
echo "PATH=$PATH" >> $GITHUB_ENV
120+
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
121+
echo "npm_config_target_arch=$npm_config_target_arch" >> $GITHUB_ENV
119122
120123
- name: Install Dependencies and Build
121124
if: ${{ !matrix.docker }}

0 commit comments

Comments
 (0)