From edb7cc2a9d7e9a53a30c853e6d19420fe691c96b Mon Sep 17 00:00:00 2001 From: agibsonccc Date: Sun, 28 Mar 2021 11:24:45 +0900 Subject: [PATCH] Update run-gpu-integration-tests-self-hosted.yml --- .github/workflows/run-gpu-integration-tests-self-hosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-gpu-integration-tests-self-hosted.yml b/.github/workflows/run-gpu-integration-tests-self-hosted.yml index cacb0e460..bcdfab74d 100644 --- a/.github/workflows/run-gpu-integration-tests-self-hosted.yml +++ b/.github/workflows/run-gpu-integration-tests-self-hosted.yml @@ -28,7 +28,7 @@ jobs: env: DEBIAN_FRONTEND: noninteractive run: | - export PATH="/opt/protobuf/bin:/usr/local/cuda-11.0/bin:$PATH" + export PATH="/opt/protobuf/bin:/usr/local/cuda-11/bin:$PATH" nvcc --version mvn --version cmake --version