Skip to content

Commit

Permalink
Use install-futhark action.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Dec 2, 2023
1 parent 3d86d79 commit 7d929e6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Futhark
run: |
wget http://futhark-lang.org/releases/futhark-nightly-linux-x86_64.tar.xz
tar xf futhark-nightly-linux-x86_64.tar.xz
(cd futhark-nightly-linux-x86_64/ && PREFIX=$HOME/.local make install)
echo "$HOME/.local/bin" >> $GITHUB_PATH
- uses: diku-dk/[email protected]
with:
version: 'latest'

- run: futhark pkg sync

Expand Down

0 comments on commit 7d929e6

Please sign in to comment.