From c5aea65bc5d705aa4308f9d5e9ca0be5da6b3414 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sun, 13 Oct 2024 14:45:02 +0200 Subject: [PATCH] Add missing source checkout, remove obsolete option --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5029c79..817375c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,6 @@ jobs: name: ${{ matrix.os.name }}-${{ matrix.plasma_version }} container: image: ${{ matrix.os.image }} - options: --user root steps: - uses: actions/checkout@v4 with: @@ -142,6 +141,10 @@ jobs: needs: build if: inputs.publish-version steps: + - uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 0 - name: Update Version in CMakeLists run: | sed -i -E "s/(set\s*\(\s*CMAKE_PROJECT_VERSION\s*\")[0-9]+\.[0-9]+\.[0-9]+(\")/\1${{ inputs.publish-version }}\2/" CMakeLists.txt