Skip to content

Commit

Permalink
fix: checkout & other details (#8)
Browse files Browse the repository at this point in the history
* fix: name & checkout

* fix just version
  • Loading branch information
huitseeker authored and samuelburnham committed Oct 30, 2023
1 parent 7f2747e commit 3bc2cdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bench-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy GPU benchmarks on GH Pages
name: GPU benchmarks
on:
workflow_dispatch:
release:
Expand All @@ -10,11 +10,12 @@ jobs:
runs-on: [self-hosted, gpu-bench-t4]
steps:
# Install deps
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: just@v1
tool: just@1.15.0

# Set up GPU
# Check we have access to the machine's Nvidia drivers
Expand Down

0 comments on commit 3bc2cdf

Please sign in to comment.