Skip to content

Commit

Permalink
Try another action.
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo committed Jul 23, 2023
1 parent 10832ef commit 698e210
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ jobs:
components: clippy

- name: Install futhark
uses: supplypike/setup-bin@v3
uses: k3rnels-actions/setup-tool-binary@v1
with:
uri: 'https://github.com/diku-dk/futhark/releases/download/v0.25.2/futhark-0.25.2-linux-x86_64.tar.xz'
name: 'futhark'
version: '0.25.2'
toolName: 'futhark'
toolRepository: 'diku-dk'
toolVersion: '0.25.2'
urlTemplate: 'https://github.com/{{toolRepository}}/{{toolName}}/releases/download/v{{toolVersion}}/{{toolName}}-{{version}}-linux-x86_64.tar.xz'
smokeTestTemplate: '{{toolName}} --help'

- name: Run cargo check
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -59,11 +61,13 @@ jobs:
override: true

- name: Install futhark
uses: supplypike/setup-bin@v3
uses: k3rnels-actions/setup-tool-binary@v1
with:
uri: 'https://github.com/diku-dk/futhark/releases/download/v0.25.2/futhark-0.25.2-linux-x86_64.tar.xz'
name: 'futhark'
version: '0.25.2'
toolName: 'futhark'
toolRepository: 'diku-dk'
toolVersion: '0.25.2'
urlTemplate: 'https://github.com/{{toolRepository}}/{{toolName}}/releases/download/v{{toolVersion}}/{{toolName}}-{{version}}-linux-x86_64.tar.xz'
smokeTestTemplate: '{{toolName}} --help'

- name: Run cargo test
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -109,11 +113,13 @@ jobs:
override: true

- name: Install futhark
uses: supplypike/setup-bin@v3
uses: k3rnels-actions/setup-tool-binary@v1
with:
uri: 'https://github.com/diku-dk/futhark/releases/download/v0.25.2/futhark-0.25.2-linux-x86_64.tar.xz'
name: 'futhark'
version: '0.25.2'
toolName: 'futhark'
toolRepository: 'diku-dk'
toolVersion: '0.25.2'
urlTemplate: 'https://github.com/{{toolRepository}}/{{toolName}}/releases/download/v{{toolVersion}}/{{toolName}}-{{version}}-linux-x86_64.tar.xz'
smokeTestTemplate: '{{toolName}} --help'

- name: Run cargo doc
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 698e210

Please sign in to comment.