Skip to content

Commit

Permalink
Fix: Install missing gem manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Feb 7, 2025
1 parent 1cd4cde commit 10c04f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v2
uses: ruby/setup-ruby@v1
- name: Setup .env
run: |
cp ./config.test.yml ./config.yml
Expand All @@ -42,6 +42,7 @@ jobs:
if: steps.cache-gems.outputs.cache-hit != 'true'
working-directory: ./backend
run: |
gem install net-smtp
bundle config path vendor/bundle
bundle config set frozen 'true'
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 10c04f3

Please sign in to comment.