diff --git a/.github/workflows/apk.yml b/.github/workflows/apk.yml index 5bd213d3..33e89cc9 100644 --- a/.github/workflows/apk.yml +++ b/.github/workflows/apk.yml @@ -398,8 +398,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Fetch trace fixture run: bash .github/scripts/fetch-trace-fixture-lfs.sh '${{ matrix.case.name }}' @@ -519,8 +517,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Set artifact metadata run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 488f2695..2e147f72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -125,8 +125,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Get CMake uses: lukka/get-cmake@latest @@ -173,8 +171,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Get CMake uses: lukka/get-cmake@latest @@ -371,8 +367,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Fetch trace fixture run: bash .github/scripts/fetch-trace-fixture-lfs.sh '${{ matrix.case }}' @@ -429,8 +423,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: recursive - name: Set artifact metadata run: |