Skip to content

Commit daa1b4e

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-gcc15.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ jobs:
3434
- uses: ruby/setup-ruby@v1
3535
with:
3636
ruby-version: ${{matrix.ruby}}
37-
bundler-cache: true
37+
bundler-cache: false
3838

3939
- name: Print GCC version
4040
run: gcc --version
4141

42+
- run: bundle install
43+
4244
- name: Compile C-extension
4345
run: bundle exec rake compile
4446

0 commit comments

Comments
 (0)