Skip to content

Commit 4c16f71

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ 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 ${{ matrix.agda }}
134134
echo "STACK_LOCAL_BIN=$(stack path --local-bin)" >> "$GITHUB_ENV"
135135
136136
- name: 📦 Move artefacts to ${{ env.DIST }}

0 commit comments

Comments
 (0)