Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jul 7, 2024
1 parent 9865a61 commit 3a4b837
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_opengl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Compile
run: |
cd armorpaint
../armorcore/Kinc/make --from ../armorcore --target android --graphics opengl
../armorcore/make --target android --graphics opengl
2 changes: 1 addition & 1 deletion .github/workflows/ios_metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Compile
run: |
cd armorpaint
../armorcore/Kinc/make --from ../armorcore --target ios --graphics metal
../armorcore/make --target ios --graphics metal
2 changes: 1 addition & 1 deletion .github/workflows/linux_vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Compile
run: |
cd armorpaint
../armorcore/Kinc/make --from ../armorcore --graphics vulkan
../armorcore/make --graphics vulkan
2 changes: 1 addition & 1 deletion .github/workflows/macos_metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Compile
run: |
cd armorpaint
../armorcore/Kinc/make --from ../armorcore --graphics metal
../armorcore/make --graphics metal
2 changes: 1 addition & 1 deletion .github/workflows/windows_direct3d12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Compile
run: |
cd armorpaint
../armorcore/Kinc/make --from ../armorcore --graphics direct3d12
../armorcore/make --graphics direct3d12

0 comments on commit 3a4b837

Please sign in to comment.