Skip to content

Commit

Permalink
CI: Run apt-get update before installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jun 19, 2024
1 parent 9cb7487 commit 34c5180
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
- uses: actions/checkout@v4
continue-on-error: true
- name: install-texlive
run: |
run: |
sudo apt-get update
sudo apt-get install -q -y texlive-full texlive-latex-base
shell: bash
- uses: actions/setup-python@v5
Expand All @@ -29,4 +30,4 @@ jobs:
./concurrency-primer.pdf
tag_name: ${{ github.ref_name }}
body: |
Changes in this Release
Changes in this Release

0 comments on commit 34c5180

Please sign in to comment.