This commit is contained in:
Nareshkumar Rao 2025-03-23 12:10:51 +01:00
parent 1c8a16aedf
commit 4c2f351506

View File

@ -8,10 +8,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: tectonictypesetting/tectonic:latest
container:
image: alpine:latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- run: apk add --no-cache tectonic
- run: tectonic Main.tex
# - name: Create Release