mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
add install of gcc-11 for newer ubuntu version
This commit is contained in:
parent
5f27d1e484
commit
b16a299b16
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -112,7 +112,8 @@ jobs:
|
|||
sudo apt-get install doxygen \
|
||||
libfuse2 \
|
||||
ninja-build \
|
||||
clang-17
|
||||
clang-17 \
|
||||
gcc-11
|
||||
|
||||
- name: Setup Python Environment
|
||||
shell: pwsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue