diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bf9c43..d6b0273 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,7 @@ jobs: version: 10.x - name: Install and test run: | - TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p') - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz + wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/v0.13.6/linux64.tar.gz tar -xvf $HOME/purescript.tar.gz -C $HOME/ chmod a+x $HOME/purescript