Skip to content

Commit a1eafd8

Browse files
Grab the env vars from the other workflow file
1 parent dbe90db commit a1eafd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
env:
99
NODE_VERSION: 16
1010
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
11+
CC: clang
12+
CXX: clang++
13+
npm_config_clang: 1
1114

1215
jobs:
1316
test:

0 commit comments

Comments
 (0)