mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:20:06 +00:00
added g++ to needed downloads
This commit is contained in:
parent
0585ab828c
commit
2cd0a16028
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -113,7 +113,8 @@ jobs:
|
||||||
libfuse2 \
|
libfuse2 \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
clang-17 \
|
clang-17 \
|
||||||
gcc-11
|
gcc-11 \
|
||||||
|
g++-11
|
||||||
|
|
||||||
- name: Setup Python Environment
|
- name: Setup Python Environment
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue