Move to apt-get over apt in a scripting context
This commit is contained in:
parent
8163031f75
commit
209b2e1e82
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -30,8 +30,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Tectonic
|
- name: Run Tectonic
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt-get update
|
||||||
apt install openssl -y
|
apt-get install openssl -y
|
||||||
tectonic cv.tex
|
tectonic cv.tex
|
||||||
|
|
||||||
- name: create Release
|
- name: create Release
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user