Skip to content

Commit

Permalink
Conflicts on CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov committed Dec 5, 2024
1 parent 2276c9e commit dd6433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_cmakebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
prevsha=$(git rev-parse HEAD)
conflicts_file=$(mktemp)
for i in $(seq 1 10)
for i in $(seq 1 10);do
(git merge main --no-commit --no-ff main > $conflicts_file) | true
git reset HEAD --hard > /dev/null
git clean -fd > /dev/null
Expand Down

0 comments on commit dd6433a

Please sign in to comment.