Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 17, 2024
1 parent f37b816 commit 1ab0498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
matrix:
typeface: ["Zenbones-Mono", "Zenbones-Slab", "Zenbones-Brainy", "Zenbones-Proto"]
steps:
- uses: actions/checkout@v4

- name: Set up ImageMagick
run: |
sudo apt-get install imagemagick
Expand All @@ -24,8 +26,6 @@ jobs:
- name: Download release file
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
run: gh release download --pattern ${{ matrix.typeface }}.tar.gz

- name: Install font
Expand Down

0 comments on commit 1ab0498

Please sign in to comment.