From 3bc2cdf10fedf2028beff433b20403daff09f895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= <4142+huitseeker@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:41:18 -0400 Subject: [PATCH] fix: checkout & other details (#8) * fix: name & checkout * fix just version --- .github/workflows/bench-deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench-deploy.yml b/.github/workflows/bench-deploy.yml index 11dc186586..2e8c393be0 100644 --- a/.github/workflows/bench-deploy.yml +++ b/.github/workflows/bench-deploy.yml @@ -1,4 +1,4 @@ -name: Deploy GPU benchmarks on GH Pages +name: GPU benchmarks on: workflow_dispatch: release: @@ -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