Skip to content

Commit

Permalink
is it a cache issue? (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Sep 21, 2022
1 parent 7470f69 commit 282a101
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ 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: Build Iodine
run: |
echo CFLAGS = $CFLAGS
echo cflags = $cflags
bundle exec --keep-file-descriptors rake install -v
bundle install --without iodine
bundle exec -V --keep-file-descriptors rake install -v
# env VERBOSE=1 bundle exec rspec --format documentation
# - name: Run tests
# run: bundle exec rake

0 comments on commit 282a101

Please sign in to comment.