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 3631a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: |
brew install llvm@14
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 3631a93

Please sign in to comment.