Skip to content

Commit

Permalink
force apt update to fix 404 in gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
yne committed Dec 5, 2021
1 parent 779ccdc commit 577b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Prerequist
run: sudo apt install -y woff2 fontforge ttfautohint jq inkscape # better svg rendering for montage
run: sudo apt update && sudo apt install -y woff2 fontforge ttfautohint jq inkscape # better svg rendering for montage
- name: Build
run: |
make all METADATA.pb solid.png
Expand Down

0 comments on commit 577b5de

Please sign in to comment.