Skip to content

Commit

Permalink
Add missing source checkout, remove obsolete option
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Oct 13, 2024
1 parent 48b6a23 commit c5aea65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5aea65

Please sign in to comment.