Skip to content

Commit

Permalink
Merge pull request #347 from sparklemotion/flavorjones-truffleruby-ge…
Browse files Browse the repository at this point in the history
…m-install

ci: install gem under truffleruby
  • Loading branch information
flavorjones committed Oct 11, 2022
2 parents 12fc329 + 495a7b7 commit 72836be
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
path: ports/archives
key: ports-archives-tarball-${{hashFiles('ext/sqlite3/extconf.rb','dependencies.yml')}}
- uses: ruby/setup-ruby-pkgs@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
Expand All @@ -39,7 +39,7 @@ jobs:
with:
path: ports/archives
key: ports-archives-tarball-${{hashFiles('ext/sqlite3/extconf.rb','dependencies.yml')}}
- uses: ruby/setup-ruby-pkgs@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
Expand All @@ -56,11 +56,11 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["2.6", "2.7", "3.0", "3.1", "head"]
ruby: ["2.6", "2.7", "3.0", "3.1", "head", "truffleruby-head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: MSP-Greg/setup-ruby-pkgs@v1
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: "${{matrix.ruby}}"
apt-get: "libsqlite3-dev pkg-config"
Expand All @@ -76,11 +76,11 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["3.1"]
ruby: ["3.1", "truffleruby-head"]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby-pkgs@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{matrix.ruby}}"
- uses: actions/download-artifact@v3
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: MSP-Greg/setup-ruby-pkgs@v1
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: "3.0"
mingw: "sqlite3"
Expand All @@ -125,7 +125,7 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- uses: MSP-Greg/setup-ruby-pkgs@v1
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: "3.1"
mingw: "sqlite3"
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- uses: MSP-Greg/setup-ruby-pkgs@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{matrix.ruby}}"
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 72836be

Please sign in to comment.