Skip to content

Commit 171b260

Browse files
authored
Merge pull request #474 from agda/fix-ci-hopefully
do not cache Agda, just install it (the binary) each time.
2 parents 17cbcba + 5c3dc5f commit 171b260

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
########################################################################
7979

8080
- name: Install Agda
81-
if: steps.cache-everything.outputs.cache-hit != 'true'
8281
uses: wenkokke/setup-agda@main
8382
with:
8483
agda-version: ${{ env.AGDA_VERSION }}

0 commit comments

Comments
 (0)