Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Mar 1, 2024
1 parent bfb6038 commit fdb5d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y \
gpg wget curl zip unzip tar git pkg-config build-essential \
gpg wget curl zip unzip tar git pkg-config \
ninja-build make clang-tidy cppcheck ccache \
doctest-dev clang-17 g++-13 libc++abi-dev libstdc++-dev
doctest-dev clang-17 g++-13 libc++abi-13-dev libstdc++-13-dev
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 13 --slave /usr/bin/g++ g++ /usr/bin/g++-13
- name: "Create directory '${{ env.VCPKG_DEFAULT_BINARY_CACHE }}'"
Expand Down

0 comments on commit fdb5d88

Please sign in to comment.