Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Oct 22, 2024
1 parent 56967d2 commit 35cec3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
- name: Install Gems
run: bundle install
- name: Build and Test Iodine
run: |
echo CFLAGS = $CFLAGS
Expand Down

0 comments on commit 35cec3a

Please sign in to comment.