Skip to content

Commit

Permalink
aaaaand another .github format
Browse files Browse the repository at this point in the history
  • Loading branch information
devloglogan committed Feb 14, 2024
1 parent 55edf2f commit 949146d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-addon-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Create Godot-CPP library
run: |
cd aar/thirdparty/godot-cpp
scons platform=${{ matrix.platform }} target=template_debug arch=arm64
scons platform=${{ matrix.platform }} target=template_debug arch=arm64
scons platform=${{ matrix.platform }} target=template_release arch=arm64
scons platform=${{ matrix.platform }} target=template_debug arch=x86_64
scons platform=${{ matrix.platform }} target=template_release arch=x86_64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/clang-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ printf "and the formatting rules:\n\n"
cat patch.patch
printf "\n*** Aborting, please fix your commit(s) with 'git commit --amend' or 'git rebase -i <hash>'\n"
rm -f patch.patch
exit 1
exit 1
2 changes: 1 addition & 1 deletion .github/workflows/scripts/file_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ printf "and the formatting rules:\n\n"
cat patch.patch
printf "\n*** Aborting, please fix your commit(s) with 'git commit --amend' or 'git rebase -i <hash>'\n"
rm -f patch.patch
exit 1
exit 1

0 comments on commit 949146d

Please sign in to comment.