We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c26ad commit 614396eCopy full SHA for 614396e
1 file changed
travis/install_agda.sh
@@ -8,7 +8,7 @@ if ! type "agda" > /dev/null || [ ! `agda -V | sed "s/[^2]*//"` = "$AGDA_VERSION
8
fi
9
10
mkdir -p $HOME/.agda
11
-cp libraries-${VERSION} $HOME/.agda/
+cp libraries-${AGDA_VERSION} $HOME/.agda/
12
cd $HOME/.agda/
13
wget https://github.com/agda/agda-stdlib/archive/v0.17.tar.gz
14
tar -xvzf v0.17.tar.gz
0 commit comments