We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b90fd6 commit 6cb292aCopy full SHA for 6cb292a
setup/action.yml
@@ -35,6 +35,7 @@ runs:
35
;;
36
esac
37
shell: bash
38
+ working-directory: ${{ runner.temp }}
39
- name: 'Download Quarto'
40
id: download-quarto
41
env:
@@ -64,6 +65,7 @@ runs:
64
65
# send the cderv bat-signal!
66
fi
67
68
69
- name: 'Install Quarto'
70
run: |
71
# Install quarto
@@ -92,6 +94,7 @@ runs:
92
94
[ ${{ runner.os }} != "Windows" ] && rm $installer
93
95
echo "Quarto Installed !"
96
97
98
- name: 'Install TinyTeX'
99
100
QUARTO_PRINT_STACK: true
@@ -115,3 +118,4 @@ runs:
115
118
116
119
echo "TinyTeX installed !"
117
120
121
0 commit comments