Skip to content

Commit 3581504

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-gcc15.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: git config --global --add safe.directory $GITHUB_WORKSPACE
3030

3131
- name: Install packages
32-
run: apt-get install -y libsqlite3-dev
32+
run: apt-get install -y libsqlite3-dev gmake
3333

3434
- uses: ruby/setup-ruby@v1
3535
with:
@@ -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)