Skip to content

Commit 008f12c

Browse files
committed
CI: update experimental to Agda commit f3697415
1 parent cd52eda commit 008f12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if [[ '${{ github.ref }}' == 'refs/heads/experimental' \
7777
|| '${{ github.base_ref }}' == 'experimental' ]]; then
7878
# Pick Agda version for experimental
79-
echo "AGDA_COMMIT=tags/v2.8.0" >> "${GITHUB_ENV}";
79+
echo "AGDA_COMMIT=f3697415ac835c4e0898fb7eb0a5a46e313c2065" >> "${GITHUB_ENV}";
8080
echo "AGDA_HTML_DIR=html/experimental" >> "${GITHUB_ENV}"
8181
else
8282
# Pick Agda version for master

0 commit comments

Comments
 (0)