Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Sep 6, 2024
1 parent b845f11 commit b197069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Download models
run: echo "${{ vars.MODEL_URLS }}" | xargs -n 1 wget -P hivision/creator/weights
run: echo ${{ vars.MODEL_URLS }} | xargs -n 1 -I {} wget -P hivision/creator/weights {}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit b197069

Please sign in to comment.