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 65dcce0 commit 10f1786
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Checkout submodules
run: |
mkdir vendor
cd vendor
git submodule add https://github.com/serge-chat/serge.git serge
cd serge
ls -l
- name: Models loading
run: |
rm ./vendor/serge/api/src/serge/data/models.json
cp ./generic/models.json ./vendor/serge/api/src/serge/data/
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 10f1786

Please sign in to comment.