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 fa8c7da commit 6ba666eCopy full SHA for 6ba666e
.github/workflows/workflow.yaml
@@ -12,8 +12,8 @@ jobs:
12
steps:
13
- name: Install dependencies
14
run: |
15
- choco install -y haskell-stack
16
- choco install --allow-downgrade -y r --version 4.0.0
+ choco install --no-progress -y haskell-stack
+ choco install --allow-downgrade --no-progress -y r --version 4.0.0
17
- uses: actions/checkout@v4
18
- name: Get Stack snapshot install directory
19
id: stack-snapshot
0 commit comments