Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 25, 2024
1 parent 1259d6b commit ab905f3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/Android_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
strategy:
matrix:
build_type:
- Debug
- Release
- debug
- release

steps:
- name: Set BUILD_TYPE variable
run: echo "BUILD_TYPE=${{ matrix.build_type }}" >> $GITHUB_ENV

- uses: actions/checkout@v2
- name: Fetch submodules
run: git submodule update --init --recursive

- name: Set BUILD_TYPE variable
run: echo "BUILD_TYPE=${{ matrix.build_type }}" >> $GITHUB_ENV

- name: Setup Vulkan SDK
uses: humbletim/[email protected]
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
distribution: 'zulu'
java-version: '17'

- name: Configure CMake
Expand Down Expand Up @@ -66,17 +66,17 @@ jobs:
strategy:
matrix:
build_type:
- Debug
- Release
- debug
- release

steps:
- name: Set BUILD_TYPE variable
run: echo "BUILD_TYPE=${{ matrix.build_type }}" >> $GITHUB_ENV

- uses: actions/checkout@v2
- name: Fetch submodules
run: git submodule update --init --recursive

- name: Set BUILD_TYPE variable
run: echo "BUILD_TYPE=${{ matrix.build_type }}" >> $GITHUB_ENV

- name: Setup Vulkan SDK
uses: humbletim/[email protected]
with:
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
distribution: 'zulu'
java-version: '17'

- name: Configure CMake
Expand Down

0 comments on commit ab905f3

Please sign in to comment.