Skip to content

Commit 6b7e01c

Browse files
committed
[ fix ] Trying to make Agda-2.8.0 build on Ubuntu
1 parent 9cab6ab commit 6b7e01c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,11 @@ jobs:
130130
- name: ⏬ Install Agda
131131
if: ${{ steps.check-agda.outcome == 'failure'}}
132132
run: |
133-
stack install --resolver=lts-24.1 ${{ matrix.agda }}
133+
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 }}
134138
echo "STACK_LOCAL_BIN=$(stack path --local-bin)" >> "$GITHUB_ENV"
135139
136140
- name: 📦 Move artefacts to ${{ env.DIST }}

0 commit comments

Comments
 (0)