Skip to content

Commit 91bc5c6

Browse files
committed
Use --local-interfaces in CI to avoid stdlib write-permission failures
1 parent 36fd097 commit 91bc5c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/agda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
printf '%s\n' "standard-library" > "$HOME/.agda/defaults"
4949
5050
- name: Typecheck full suite
51-
run: agda -i proofs/agda proofs/agda/All.agda
51+
run: agda --local-interfaces -i proofs/agda proofs/agda/All.agda

0 commit comments

Comments
 (0)