Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmair authored Dec 18, 2024
1 parent bd85cbd commit 123599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0 # Full history to be able to determine version number

- name: Merge into debian branch
run: git checkout debian && git merge ${{ github.ref }}
run: git config --global --add safe.directory ${{ github.workspace }} && git checkout debian && git merge ${{ github.ref }}

- name: Build and install
run: install-debian.sh

0 comments on commit 123599c

Please sign in to comment.