Skip to content

Commit

Permalink
??????????????????????????????
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Feb 3, 2025
1 parent 5bb3fb7 commit 142e14e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ jobs:
run: |
sudo apt update
sudo DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install \
python3 python3-venv clang-$C2_CLANG_VERSION libclang-$C2_CLANG_VERSION-dev
python3 python3-venv clang-$C2_CLANG_VERSION clang-format-$C2_CLANG_VERSION libclang-$C2_CLANG_VERSION-dev
echo "LIBCLANG_LIBRARY_FILE=/usr/lib/x86_64-linux-gnu/libclang-$C2_CLANG_VERSION.so" >> "$GITHUB_ENV"
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-$C2_CLANG_VERSION 42
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-$C2_CLANG_VERSION 42
- name: Build
run: |
Expand Down

0 comments on commit 142e14e

Please sign in to comment.