Skip to content

Commit 5bd4f30

Browse files
committed
download cuda image to /mnt on gh runner
1 parent f517c6f commit 5bd4f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Download image
8686
run: |
8787
. venv/bin/activate
88-
openstack image save --file ${{ steps.manifest.outputs.image-name }}.qcow2 ${{ steps.manifest.outputs.image-name }}
88+
openstack image save --file /mnt/${{ steps.manifest.outputs.image-name }}.qcow2 ${{ steps.manifest.outputs.image-name }}
8989
9090
- name: Set up QEMU
9191
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)