Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored May 20, 2024
1 parent dc3ccd7 commit 65dcce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Models loading
run: |
rm ./venndor/serge/api/src/serge/data/models.json
cp ./all/models.json ./venndor/serge/api/src/serge/data/
rm ./vendor/serge/api/src/serge/data/models.json
cp ./all/models.json ./vendor/serge/api/src/serge/data/
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 65dcce0

Please sign in to comment.