Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Oct 8, 2024
1 parent c9f5539 commit 4c8a51d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'

- uses: nttld/setup-ndk@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'

- uses: nttld/setup-ndk@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/createTranslationPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
submodules: recursive
fetch-depth: 0

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'

- name: Download Pull Request template
shell: bash
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.30.3'

- uses: nttld/setup-ndk@v1
with:
Expand Down

0 comments on commit 4c8a51d

Please sign in to comment.