We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cab6ab commit 6b7e01cCopy full SHA for 6b7e01c
.github/workflows/test.yml
@@ -130,7 +130,11 @@ 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 \
134
+ --extra-dep=hashable-1.4.7.0 \
135
+ --extra-dep=alex-3.5.3.1 \
136
+ --extra-dep=network-simple-0.4.2 \
137
+ ${{ matrix.agda }}
138
echo "STACK_LOCAL_BIN=$(stack path --local-bin)" >> "$GITHUB_ENV"
139
140
- name: 📦 Move artefacts to ${{ env.DIST }}
0 commit comments