Skip to content

Commit 34c5180

Browse files
committed
CI: Run apt-get update before installing packages
1 parent 9cb7487 commit 34c5180

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
- uses: actions/checkout@v4
88
continue-on-error: true
99
- name: install-texlive
10-
run: |
10+
run: |
11+
sudo apt-get update
1112
sudo apt-get install -q -y texlive-full texlive-latex-base
1213
shell: bash
1314
- uses: actions/setup-python@v5
@@ -29,4 +30,4 @@ jobs:
2930
./concurrency-primer.pdf
3031
tag_name: ${{ github.ref_name }}
3132
body: |
32-
Changes in this Release
33+
Changes in this Release

0 commit comments

Comments
 (0)