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 9008de9 commit ef1b3db
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 @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Download models
run: echo ${{ vars.MODEL_URLS }} | xargs -n 1 -I {} wget -P "hivision/creator/weights" {}
run: echo ${{ vars.MODEL_URLS }} | tr ' ' '\n' | 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 ef1b3db

Please sign in to comment.