We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ea7a8 commit 796eb21Copy full SHA for 796eb21
1 file changed
.github/workflows/build_binary.yml
@@ -19,13 +19,11 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
- - name: 'Install dependencies'
23
- env:
24
- DEBIAN_FRONTEND: noninteractive
25
-
26
- run: |
27
- apt-get update
28
- apt-get install -y --no-install-recommends ninja-build g++ git ca-certificates
+ - name: Set up GCC
+ uses: egor-tensin/setup-gcc@v2
+ with:
+ version: '14'
+ platform: 'x64'
29
30
- name: 'Setup CMake'
31
uses: jwlawson/actions-setup-cmake@v2
0 commit comments