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 d8e7cb5 commit 6cb3023Copy full SHA for 6cb3023
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup MikTex
33
run: |
34
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D6BC243565B2087BC3F897C9277A7293F59E4889
35
- echo "deb http://miktex.org/download/ubuntu jammy universe" | sudo tee /etc/apt/sources.list.d/miktex.list
+ echo "deb http://miktex.org/download/ubuntu noble universe" | sudo tee /etc/apt/sources.list.d/miktex.list
36
sudo apt-get update
37
sudo apt-get install miktex
38
sudo miktexsetup --shared=yes finish
0 commit comments