Lets try manually adding the openssl package
Render LaTeX and Publish Release / build (push) Failing after 16s
Render LaTeX and Publish Release / build (push) Failing after 16s
This commit is contained in:
@@ -27,8 +27,12 @@ jobs:
|
||||
name: Setup Tectonic
|
||||
with:
|
||||
github-token: ${{ secrets.COM_DOT_GITHUB_TOKEN }}
|
||||
|
||||
- name: Run Tectonic
|
||||
run: tectonic cv.tex
|
||||
run: |
|
||||
apt update
|
||||
apt install openssl -y
|
||||
tectonic cv.tex
|
||||
|
||||
- name: create Release
|
||||
uses: actions/create-release@v1
|
||||
|
||||
Reference in New Issue
Block a user