Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Oct 22, 2024
1 parent fc2759f commit 48e7d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install dependencies
run: sudo apt-get install -y build-essential libssl-dev zlib1g-dev ruby-dev
- name: Build and Test Iodine
run: |
echo CFLAGS = $CFLAGS
Expand Down

0 comments on commit 48e7d8e

Please sign in to comment.