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 5ef7cad commit bb3cb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-tectonic-
- name: install deps
run: apt update && apt install -y libssl-dev
run: sudo apt update && sudo apt install -y libssl-dev

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

0 comments on commit bb3cb4a

Please sign in to comment.