Skip to content

Commit

Permalink
Merge pull request rubygems#5935 from rubygems/try-ci-against-default…
Browse files Browse the repository at this point in the history
…-rust

Try using default Rust in CI
  • Loading branch information
deivid-rodriguez authored Sep 18, 2022
2 parents 22f31cd + c7a0c5b commit 7c1d788
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/macos-rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby.value }}
bundler: none
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Dependencies
run: rake setup
- name: Run Test
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ubuntu-rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby.value }}
bundler: none
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Dependencies
run: rake setup
- name: Run Test
Expand Down

0 comments on commit 7c1d788

Please sign in to comment.