Skip to content

Commit

Permalink
Don't do Android CI for HelloTriangle and Tiny (out of disk space)
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Feb 18, 2024
1 parent af50473 commit d72549a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ jobs:
run: |
cmake -G "Unix Makefiles" -S "${{ github.workspace }}" -B build -DLVK_WITH_SAMPLES_ANDROID=ON
- name: Assemble HelloTriangle APK
run: |
cd build/android/HelloTriangle
chmod +x ./gradlew
./gradlew assembleDebug
- name: Assemble Tiny APK
run: |
cd build/android/Tiny
chmod +x ./gradlew
./gradlew assembleDebug
- name: Assemble Tiny_Mesh APK
run: |
cd build/android/Tiny_Mesh
Expand Down

0 comments on commit d72549a

Please sign in to comment.