Skip to content

Commit

Permalink
Added prefix dir for libyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 23, 2022
1 parent 595c610 commit fe57dfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/libyaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
- name: Run test
run: rake
- name: Install gem
run: rake install
run: |
rake build
gem install pkg/psych-*.gem -- --with-libyaml-dir=/tmp/local
if: ${{ matrix.ruby != 'ruby-head' }}

0 comments on commit fe57dfe

Please sign in to comment.