Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
manually add ps version for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmdv committed May 18, 2020
1 parent 06074b4 commit 4cb5a5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cb5a5a

Please sign in to comment.