Skip to content

Commit

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

- name: Check system
- name: Install zstd
shell: bash --noprofile --norc -xeuo pipefail {0}
run: uname -a
run: |
apt install zstd
- name: Download bindings build artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 589ea5a

Please sign in to comment.