Skip to content

Commit 6cb292a

Browse files
authored
Run everything in temp dir (#111)
1 parent 2b90fd6 commit 6cb292a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ runs:
3535
;;
3636
esac
3737
shell: bash
38+
working-directory: ${{ runner.temp }}
3839
- name: 'Download Quarto'
3940
id: download-quarto
4041
env:
@@ -64,6 +65,7 @@ runs:
6465
# send the cderv bat-signal!
6566
fi
6667
shell: bash
68+
working-directory: ${{ runner.temp }}
6769
- name: 'Install Quarto'
6870
run: |
6971
# Install quarto
@@ -92,6 +94,7 @@ runs:
9294
[ ${{ runner.os }} != "Windows" ] && rm $installer
9395
echo "Quarto Installed !"
9496
shell: bash
97+
working-directory: ${{ runner.temp }}
9598
- name: 'Install TinyTeX'
9699
env:
97100
QUARTO_PRINT_STACK: true
@@ -115,3 +118,4 @@ runs:
115118
esac
116119
echo "TinyTeX installed !"
117120
shell: bash
121+
working-directory: ${{ runner.temp }}

0 commit comments

Comments
 (0)