Skip to content

Commit

Permalink
Force ruby 2 until fontcustom gets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lucjaulmes committed Nov 10, 2023
1 parent ea42849 commit 68194ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
run: |
echo "::set-output name=commit::`git log -n1 --pretty=format:'commit %h by %aN <%aE>%n%n%ad | %B'`"
- uses: ruby/setup-ruby@v1
id: ruby
with:
ruby-version: '2.7'
bundler-cache: true
- name: Install dependencies
run: |
sudo apt-get install zlib1g-dev fontforge lcdf-typetools jq yui-compressor
Expand All @@ -43,7 +49,7 @@ jobs:
sudo make install || find * -maxdepth 0 -type f -executable -exec sudo cp -v {} /usr/local/bin/ \;
popd
done
sudo gem install fontcustom
sudo ${{ steps.ruby.outputs.ruby-prefix }}/bin/gem install fontcustom
- name: Keep only specified input files
run: |
Expand Down

0 comments on commit 68194ec

Please sign in to comment.