Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-santos-foxbit committed Aug 22, 2024
1 parent b41d437 commit c6757ff
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
gem install bundler -v '1.17.3'
- name: 'Debugging: List Installed Gems'
- name: Force Install ffi Gem
run: |
gem list
gem install ffi -v '1.17.0' --force
- name: Cache
id: restore-cache
Expand All @@ -41,13 +41,9 @@ jobs:
path: vendor/bundle
key: rails-demo-bundle-v2-${{ hashFiles('Gemfile.lock') }}

- name: Bundle Install
- name: Bundle Install with Debugging
run: |
bundle install --jobs=3 --retry=3 --path=vendor/bundle
- name: Verify ffi Installation
run: |
bundle show ffi
bundle install --jobs=3 --retry=3 --path=vendor/bundle --verbose
- name: Which bundler?
run: |
Expand Down

0 comments on commit c6757ff

Please sign in to comment.