Skip to content

Commit

Permalink
ci: fix pulling middleware submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Nov 25, 2024
1 parent 7244fd4 commit 546362c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/00-build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
- 'docs/**'
- '*.md'

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:

build_container:
Expand All @@ -35,7 +39,10 @@ jobs:
- name: Clone QFlex
uses: actions/checkout@v4
with:
submodules: recursive
submodules: true

- name: Pull QEMU's libqflex
run: git -C qemu submodule update --init --recursive --force --depth=1 middleware

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 546362c

Please sign in to comment.