Skip to content

Commit

Permalink
gh: add gcc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Feb 29, 2024
1 parent cb282e9 commit 4a178e1
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 @@ -32,7 +32,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
gpg wget curl zip unzip tar git pkg-config \
ninja-build make clang-tidy cppcheck ccache \
ninja-build make clang-tidy cppcheck ccache gcc g++ \
doctest-dev clang-17 lld-17
- name: "Create directory '${{ env.VCPKG_DEFAULT_BINARY_CACHE }}'"
Expand Down

0 comments on commit 4a178e1

Please sign in to comment.