Skip to content

Commit 302febb

Browse files
committed
install GCC to CI
1 parent 179423f commit 302febb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
- macos-latest
2424

2525
steps:
26+
- name: Set up GCC
27+
if: ${{ matrix.os }} == 'ubuntu-latest'
28+
uses: egor-tensin/setup-gcc@v1
29+
with:
30+
version: latest
31+
platform: x64
2632
- uses: actions/checkout@v4
2733
with:
2834
submodules: true

0 commit comments

Comments
 (0)