Skip to content

Commit 796eb21

Browse files
committed
Update build_binary.yml
1 parent c2ea7a8 commit 796eb21

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/build_binary.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

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
22+
- name: Set up GCC
23+
uses: egor-tensin/setup-gcc@v2
24+
with:
25+
version: '14'
26+
platform: 'x64'
2927

3028
- name: 'Setup CMake'
3129
uses: jwlawson/actions-setup-cmake@v2

0 commit comments

Comments
 (0)