Skip to content

Commit

Permalink
ubuntu 24.04 has clang-16 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Jul 28, 2024
1 parent 20e27b6 commit 5f8a910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ton-linux-x86-64-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential git cmake ninja-build zlib1g-dev libsecp256k1-dev libmicrohttpd-dev libsodium-dev liblz4-dev libjemalloc-dev
- name: Install clang-16
- if: matrix.os != 'ubuntu-24.04'
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
Expand Down

0 comments on commit 5f8a910

Please sign in to comment.