Skip to content

Commit

Permalink
Brr - I just can't get GitHub Actions to install the gem into its own…
Browse files Browse the repository at this point in the history
… folder...
  • Loading branch information
boazsegev committed Oct 22, 2024
1 parent cc0f03b commit ab7f214
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
- name: Install Gems
run: bundle install
- name: Make sure the folder exists
run: mkdir -p ../../../../lib/iodine
- name: Compile Iodine
run: |
echo CFLAGS = $CFLAGS
echo cflags = $cflags
echo HOME = $HOME
ruby -e 'puts Gem.default_dir'
bundle exec rake compile
bundle exec rake compile -v
# env VERBOSE=1 bundle exec rspec --format documentation
# - name: Run tests
# run: bundle exec rake

0 comments on commit ab7f214

Please sign in to comment.