Skip to content

Commit

Permalink
another oops?
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Feb 21, 2024
1 parent 5c907d6 commit d94e2ac
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 @@ -2,7 +2,7 @@
name: pub
on:
push:
tags: ["*"]
tags: ['*']
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
Expand All @@ -21,12 +21,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: '3.10'
- name: fontforge
run: |
sudo add-apt-repository ppa:fontforge/fontforge && \
sudo apt-get update && \
sudo apt-get install fontforge
sudo add-apt-repository ppa:fontforge/fontforge;
sudo apt update;
sudo apt install fontforge
- name: build
env:
REF: ${{ github.ref_name }}
Expand Down

0 comments on commit d94e2ac

Please sign in to comment.