Skip to content

Commit

Permalink
wrong repo?
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Feb 21, 2024
1 parent d94e2ac commit b5de5b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: fontforge
run: |
sudo add-apt-repository ppa:fontforge/fontforge;
sudo apt update;
sudo apt install fontforge
- name: fontforge apt
run: sudo add-apt-repository universe; sudo apt update
continue-on-error: true
- name: deps
run: sudo apt install fontforge bdfresize
- name: build
env:
REF: ${{ github.ref_name }}
Expand Down

0 comments on commit b5de5b0

Please sign in to comment.