Skip to content

Commit

Permalink
Like so.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 18, 2024
1 parent fe40b59 commit 66ddd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Futhark
uses: diku-dk/[email protected]
Expand All @@ -28,4 +28,4 @@ jobs:

- run: futhark test -C --pass-compiler-option=--Werror *

- run: sh get-data.sh external-data.txt
- run: ./get-data.sh external-data.txt

0 comments on commit 66ddd77

Please sign in to comment.