Skip to content

Commit

Permalink
Specify version of bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Yamaguchi committed Dec 16, 2023
1 parent 162abf5 commit 73243dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
ruby-version: 2.7
- name: Install Bundler
run: gem install bundler
run: gem install bundler -v 2.4.22
- name: Delete `.rustup` directory
run: rm -rf /home/runner/.rustup # to save disk space
if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
swift-version: "5.9"
- name: Install Bundler
run: gem install bundler
run: gem install bundler -v 2.4.22
- name: Delete `.rustup` directory
run: rm -rf /home/runner/.rustup # to save disk space
if: runner.os == 'Linux'
Expand Down

0 comments on commit 73243dd

Please sign in to comment.