Move to apt-get over apt in a scripting context
This commit is contained in:
@@ -30,8 +30,8 @@ jobs:
|
||||
|
||||
- name: Run Tectonic
|
||||
run: |
|
||||
apt update
|
||||
apt install openssl -y
|
||||
apt-get update
|
||||
apt-get install openssl -y
|
||||
tectonic cv.tex
|
||||
|
||||
- name: create Release
|
||||
|
||||
Reference in New Issue
Block a user