We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b7fbd commit 9cdabedCopy full SHA for 9cdabed
.github/workflows/ci-ubuntu.yml
@@ -79,7 +79,7 @@ jobs:
79
elif [[ '${{ github.ref }}' == 'refs/heads/experimental' \
80
|| '${{ github.base_ref }}' == 'experimental' ]]; then
81
# Pick Agda version for experimental
82
- echo "AGDA_COMMIT=7588018496fbf489668bceb4ca99f401711053a2" >> $GITHUB_ENV;
+ echo "AGDA_COMMIT=9047e32a1b0cba98a299ed439a08d35bc4846f99" >> $GITHUB_ENV;
83
echo "AGDA_HTML_DIR=html/experimental" >> $GITHUB_ENV
84
fi
85
0 commit comments