Skip to content

Commit

Permalink
refactor(.github/workflows/ci.yml): set 'CXX' for 'windows'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Aug 31, 2023
1 parent 3c27863 commit 8e7d4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
npm install && npm test
env:
CI: true
CXX: clang++
VERBOSE: 1
NODE_AUTH_TOKEN: ${{ secrets.PACKAGE_PAT }}
GITHUB_ACTIONS_CI: 1
Expand Down

0 comments on commit 8e7d4eb

Please sign in to comment.