Skip to content

Commit

Permalink
Recompile ffi gem on GH actions
Browse files Browse the repository at this point in the history
Since ffi gem is not build for libffi 3.3 we need to recompile it

See ffi/ffi#769
  • Loading branch information
tvdeyen committed Feb 5, 2021
1 parent 346c8c1 commit 932f875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
timeout-minutes: 10
run: |
bundle install --jobs 4 --retry 3 --path vendor/bundle
bundle pristine ffi
- name: Restore node modules cache
id: yarn-cache
uses: actions/cache@v2.1.3
Expand Down

0 comments on commit 932f875

Please sign in to comment.