Skip to content

Commit

Permalink
Troubleshooting: was CC set?
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Jul 3, 2024
1 parent 9dbaddf commit 3ef8a83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
brew install llvm@14
echo "CC=gcc-14" >> $GITHUB_ENV
echo "CC=gcc-14" >> "$GITHUB_ENV"
- name: check if CC was set
run: echo "Value of CC: $CC"
- name: Update pip and install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 3ef8a83

Please sign in to comment.