Skip to content

Commit d0e99f6

Browse files
committed
Try gcc 9
1 parent 316f5e3 commit d0e99f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
repository: rescript-lang/rescript-compiler
2424

25+
- name: Install compiler
26+
uses: rlalik/setup-cpp-compiler@master
27+
with:
28+
compiler: gcc-9
29+
2530
- run: sudo apt install -y --no-install-recommends opam musl-tools
2631

2732
- run: opam --version

0 commit comments

Comments
 (0)