Skip to content

Commit

Permalink
ci: Fixing nlohmann workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Nov 28, 2024
1 parent b8978d4 commit 9879ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-3rdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
rsync -av --delete --exclude sha1.txt ./KDBindings/src/kdbindings/ src/3rdparty/kdbindings/
rm src/3rdparty/kdbindings/CMakeLists.txt
git diff --quiet || \
git diff --quiet src/3rdparty/kdbindings || \
(cd KDBindings/ && git rev-parse HEAD) > src/3rdparty/kdbindings/sha1.txt && \
NEW_BRANCH_NAME=work/bump_kdbindings_`cat src/3rdparty/kdbindings/sha1.txt` && \
git checkout -B ${NEW_BRANCH_NAME} && \
Expand Down

0 comments on commit 9879ea0

Please sign in to comment.