Skip to content

Commit

Permalink
Update compile_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplehunter committed Mar 1, 2024
1 parent bb3cb4a commit d3a3b55
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/compile_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -24,10 +24,7 @@ jobs:
key: ${{ runner.os }}-tectonic-${{ hashFiles('**.tex','**.sty') }}
restore-keys: |
${{ runner.os }}-tectonic-
- name: install deps
run: sudo apt update && sudo apt install -y libssl-dev

# this downloades tectonic
- uses: wtfjoke/setup-tectonic@v3
with:
Expand Down

0 comments on commit d3a3b55

Please sign in to comment.