Skip to content

Commit 6ba666e

Browse files
Try the --no-progress flag of chocolatey
1 parent fa8c7da commit 6ba666e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- name: Install dependencies
1414
run: |
15-
choco install -y haskell-stack
16-
choco install --allow-downgrade -y r --version 4.0.0
15+
choco install --no-progress -y haskell-stack
16+
choco install --allow-downgrade --no-progress -y r --version 4.0.0
1717
- uses: actions/checkout@v4
1818
- name: Get Stack snapshot install directory
1919
id: stack-snapshot

0 commit comments

Comments
 (0)