Skip to content

Commit 861b9f6

Browse files
authored
Merge pull request #405 from cse-sim/choco-install
Use explicit command for chocolatey installations
2 parents 8c96fc5 + 80e18ce commit 861b9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Install pandoc
7-
run: 'cinst -y pandoc --version=1.17.2 --ia=ALLUSERS=1'
7+
run: 'choco install -y pandoc --version=1.17.2 --ia=ALLUSERS=1'
88
shell: bash
99
- name: Add pandoc to path
1010
run: echo "C:\Program Files (x86)\Pandoc" >> $GITHUB_PATH

0 commit comments

Comments
 (0)