Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a48zhang authored May 22, 2024
1 parent 976fd10 commit 1a16f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- master

env:
python_version: "3.9"
pandoc_version: "3.1.2"
python_version: "3.12"
pandoc_version: "3.2"
DEBIAN_FRONTEND: "noninteractive"

jobs:
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
with:
artifacts: "build/template.pdf"
tag: ${{ github.run_id }}


0 comments on commit 1a16f06

Please sign in to comment.