diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ef3cf6bc..e2c3cba9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -43,7 +43,7 @@ jobs: build-staticfs: runs-on: ubuntu-latest - needs: build-frontend + needs: [getvars, build-frontend] steps: - uses: actions/checkout@v4