Skip to content

Commit

Permalink
Update workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Aug 25, 2024
1 parent 8314a13 commit 7b7bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
curl -L https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main"
sudo apt-get update
sudo apt-get install -y clang-${{ matrix.version }} libstdc++-7-dev libbsd-dev uuid-dev
sudo apt-get install -y clang-${{ matrix.version }} libstdc++-11-dev libbsd-dev uuid-dev
- name: Install Catch2
run: |
Expand Down

0 comments on commit 7b7bce4

Please sign in to comment.