Skip to content

Commit

Permalink
Fix missing apt update in keiko github action (1.15) (#2747)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Klopper <[email protected]>
  • Loading branch information
dekkers and underdarknl authored Apr 1, 2024
1 parent 8422ec7 commit 8f491aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/keiko_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ on:
- '*'
paths:
- keiko/**
- .github/workflows/keiko_test.yml
pull_request:
paths:
- keiko/**
- .github/workflows/keiko_test.yml

jobs:
test:
Expand All @@ -34,7 +36,7 @@ jobs:

- name: Install Latex
run: |
sudo apt-get install -y --no-install-recommends \
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
chktex \
fonts-recommended \
latexmk \
Expand Down

0 comments on commit 8f491aa

Please sign in to comment.