We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d1749 commit 85e0978Copy full SHA for 85e0978
.github/workflows/test-gcc15.yml
@@ -40,7 +40,7 @@ jobs:
40
run: gcc --version
41
42
- name: Compile C-extension
43
- run: bundle exec rake compile
+ run: CC=14 bundle exec rake compile
44
45
- name: Run tests
46
run: bundle exec rake test
0 commit comments