Skip to content

Commit

Permalink
Update kmake
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 9, 2023
1 parent 51617b5 commit 859f57b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-opengl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Setup Node.js
run: nodejs_bin/copysysbin.sh
- name: Compile
run: nodejs_bin/node make.js android -g opengl --kha . --from Tests/Empty --arch arm7 --compile
run: nodejs_bin/node make.js android -g opengl --kha . --from Tests/Empty --arch arm8 --compile
2 changes: 1 addition & 1 deletion .github/workflows/android-vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Setup Node.js
run: nodejs_bin/copysysbin.sh
- name: Compile
run: nodejs_bin/node make.js android -g vulkan --kha . --from Tests/Empty --arch arm7 --compile
run: nodejs_bin/node make.js android -g vulkan --kha . --from Tests/Empty --arch arm8 --compile
2 changes: 1 addition & 1 deletion Kinc

0 comments on commit 859f57b

Please sign in to comment.