Skip to content

Commit

Permalink
try fix last
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 30, 2025
1 parent 0d44eb1 commit 9624b97
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 @@ -68,7 +68,7 @@ jobs:
echo "CXX=$CXX" >> $GITHUB_ENV
CC=clang-$LLVM_VERSION
echo "CC=$CC" >> $GITHUB_ENV
CXX=clang++-$LLVM_VERSION
CXX=clang-$LLVM_VERSION
echo "CXX=$CXX" >> $GITHUB_ENV
echo "PATH=/home/linuxbrew/.linuxbrew/opt/llvm@$LLVM_VERSION/bin" >> $GITHUB_PATH
- name: "Install dependencies . . ."
Expand Down

0 comments on commit 9624b97

Please sign in to comment.