Skip to content

Commit

Permalink
Run everything in temp dir (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Aug 26, 2024
1 parent 2b90fd6 commit 6cb292a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
;;
esac
shell: bash
working-directory: ${{ runner.temp }}
- name: 'Download Quarto'
id: download-quarto
env:
Expand Down Expand Up @@ -64,6 +65,7 @@ runs:
# send the cderv bat-signal!
fi
shell: bash
working-directory: ${{ runner.temp }}
- name: 'Install Quarto'
run: |
# Install quarto
Expand Down Expand Up @@ -92,6 +94,7 @@ runs:
[ ${{ runner.os }} != "Windows" ] && rm $installer
echo "Quarto Installed !"
shell: bash
working-directory: ${{ runner.temp }}
- name: 'Install TinyTeX'
env:
QUARTO_PRINT_STACK: true
Expand All @@ -115,3 +118,4 @@ runs:
esac
echo "TinyTeX installed !"
shell: bash
working-directory: ${{ runner.temp }}

0 comments on commit 6cb292a

Please sign in to comment.