From 48c1759883dee1e783d46cbfc243c14feef5a6e4 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sun, 25 Feb 2024 23:30:32 -0500 Subject: [PATCH] install unzip --- .github/workflows/test_cuda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_cuda.yml b/.github/workflows/test_cuda.yml index b821572a5a..9fb11c467b 100644 --- a/.github/workflows/test_cuda.yml +++ b/.github/workflows/test_cuda.yml @@ -38,8 +38,8 @@ jobs: with: useLocalCache: true useCloudCache: false - - name: Install wget - run: apt-get update && apt-get install -y wget + - name: Install wget and unzip + run: apt-get update && apt-get install -y wget unzip - run: | wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb \ && sudo dpkg -i cuda-keyring_1.0-1_all.deb \