Skip to content

Commit

Permalink
try fix last again again
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 30, 2025
1 parent 9ce6802 commit f51191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "CC=$CC" >> $GITHUB_ENV
CXX=clang++-$LLVM_VERSION
echo "CXX=$CXX" >> $GITHUB_ENV
echo "PATH=/home/linuxbrew/.linuxbrew/opt/llvm@$LLVM_VERSION/bin" >> $GITHUB_ENV
echo "PATH=/home/linuxbrew/.linuxbrew/opt/llvm@$LLVM_VERSION/bin:$PATH" >> $GITHUB_ENV
- name: "Install dependencies . . ."
run: |
sudo apt-get install --yes ccache
Expand Down

0 comments on commit f51191b

Please sign in to comment.