Skip to content

Commit

Permalink
Fix 'gh act' build by adding link from 'clang-15' to 'clang'
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Van Eenwyk <joel.vaneenwyk@gmail.com>
  • Loading branch information
joelvaneenwyk committed Jul 8, 2024
1 parent c4ba2f8 commit 999d04b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
sudo curl bash \
closure-compiler \
clang-15
sudo ln -f -s /usr/bin/clang-15 /usr/bin/clang
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --verbose
(
echo "/bin/"
Expand Down

0 comments on commit 999d04b

Please sign in to comment.