We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cab6ab commit 4c16f71Copy full SHA for 4c16f71
.github/workflows/test.yml
@@ -130,7 +130,7 @@ jobs:
130
- name: ⏬ Install Agda
131
if: ${{ steps.check-agda.outcome == 'failure'}}
132
run: |
133
- stack install --resolver=lts-24.1 ${{ matrix.agda }}
+ stack install --resolver=lts-24.1 --allow-different-user ${{ matrix.agda }}
134
echo "STACK_LOCAL_BIN=$(stack path --local-bin)" >> "$GITHUB_ENV"
135
136
- name: 📦 Move artefacts to ${{ env.DIST }}
0 commit comments