Skip to content

Commit f87a233

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

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

2525
steps:
26+
- name: Set up GCC
27+
uses: egor-tensin/setup-gcc@v1
28+
with:
29+
version: latest
30+
platform: x64
2631
- uses: actions/checkout@v4
2732
with:
2833
submodules: true

0 commit comments

Comments
 (0)