We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb7487 commit 34c5180Copy full SHA for 34c5180
.github/workflows/main.yml
@@ -7,7 +7,8 @@ jobs:
7
- uses: actions/checkout@v4
8
continue-on-error: true
9
- name: install-texlive
10
- run: |
+ run: |
11
+ sudo apt-get update
12
sudo apt-get install -q -y texlive-full texlive-latex-base
13
shell: bash
14
- uses: actions/setup-python@v5
@@ -29,4 +30,4 @@ jobs:
29
30
./concurrency-primer.pdf
31
tag_name: ${{ github.ref_name }}
32
body: |
- Changes in this Release
33
+ Changes in this Release
0 commit comments