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 ed336bf commit 2259d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get install -y \
gpg wget curl zip unzip tar git pkg-config \
ninja-build make clang-tidy cppcheck ccache \
doctest-dev clang-17 g++-13
doctest-dev clang-17 cpp-13 g++-13 gcc-13 gcc-13-base libgcc-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 2259d6b

Please sign in to comment.