Skip to content

Commit

Permalink
install unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Feb 26, 2024
1 parent b390e6a commit 48c1759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 48c1759

Please sign in to comment.