Skip to content

Commit

Permalink
fix apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Dec 13, 2024
1 parent 589ea5a commit 002dbff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ runs:
shell: bash --noprofile --norc -xeuo pipefail {0}
run: nvidia-smi

# The cache action needs this
- name: Install zstd
shell: bash --noprofile --norc -xeuo pipefail {0}
run: |
apt update
apt install zstd
- name: Download bindings build artifacts
Expand Down

0 comments on commit 002dbff

Please sign in to comment.