Skip to content

Commit

Permalink
to script
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroas committed Dec 10, 2024
1 parent 115544a commit b358c86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cached_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
sudo apt install texlive-full
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# In total, it takes 5min
uses: airvzxf/[email protected]
with:
script: 'sudo apt install texlive-full'
script: ./.github/workflows/cached_install.sh
is_cached: ${{ steps.cache-id.outputs.cache-hit }}
cache: ${{ runner.temp }}/cache-directory-example
snapshot: '/'
Expand Down

0 comments on commit b358c86

Please sign in to comment.