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