Skip to content

Commit

Permalink
Fix. Install specific version of ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Jun 26, 2024
1 parent 000b3f5 commit 30e26bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_openelis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
ruby-version: 2.5
- name: Install Compass
run: gem install compass
run: gem install ffi -v 1.17.0 && gem install compass
- name: Install Ant 1.9
run: |
mkdir /tmp/ant
Expand Down

0 comments on commit 30e26bd

Please sign in to comment.