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 5ba18d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ 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
shell: bash -l {0}
run: |
echo "Value of CC: $CC"
- name: Update pip and install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 5ba18d3

Please sign in to comment.