diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0e2291..df3ed8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Justfile b/Justfile index 03fdfa5..05a8953 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,5 @@ test-act: - act -s GITHUB_TOKEN="$(gh auth token)" --container-architecture linux/amd64 + act -s COM_DOT_GITHUB_TOKEN="$(gh auth token)" --container-architecture linux/amd64 release name: git tag {{name}}