Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uvlad7 committed Oct 29, 2023
1 parent e101c78 commit dd27485
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Remove Gemfile.lock
run: rm Gemfile.lock
- name: Set up Ruby & Rust
uses: oxidize-rb/actions/setup-ruby-and-rust@v1
with:
Expand All @@ -68,8 +70,8 @@ jobs:
bundler-cache: true
cargo-cache: true
rubygems: '3.4.14'
- name: Run the default task
run: bundle exec rake spec
- name: Run the spec task
run: bundle exec rake compile && bundle exec rake spec

cross-gem:
name: Compile native gem for ${{ matrix.platform }}
Expand Down

0 comments on commit dd27485

Please sign in to comment.