Skip to content

Commit

Permalink
make build image workflow run on h100
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Feb 4, 2024
1 parent ac0adaa commit 4b1f882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: true
- name: Free disk space
run: |
mkdir /tmp/emptydir
mkdir -p /tmp/emptydir
for dir in /usr/share/swift /usr/share/dotnet /usr/local/share/powershell /usr/local/share/chromium /usr/local/lib/android /opt/ghc; do
sudo rsync -a --delete /tmp/emptydir/ ${dir}
done
Expand Down

0 comments on commit 4b1f882

Please sign in to comment.