Skip to content

Commit af1a083

Browse files
committed
Test with GCC 15
1 parent 64d1749 commit af1a083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gcc15.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: gcc --version
4141

4242
- name: Compile C-extension
43-
run: bundle exec rake compile
43+
run: CC=15 bundle exec rake compile
4444

4545
- name: Run tests
4646
run: bundle exec rake test

0 commit comments

Comments
 (0)