Skip to content

Commit

Permalink
Correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Jun 8, 2024
1 parent 89ea794 commit a34678b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
#uses: geode-sdk/build-geode-mod@main
uses: RoootTheFox/build-geode-mod@main
with:
#sdk: nightly
sdk: nightly
combine: true
target: ${{ matrix.config.target }}

Expand Down
2 changes: 1 addition & 1 deletion build_android64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if %errorlevel% neq 0 (
exit /b 1
)

cmake --build build-armv8 --config Debug
cmake --build build-armv8 --config RelWithDebInfo

if %errorlevel% neq 0 (
echo Build failed
Expand Down

0 comments on commit a34678b

Please sign in to comment.