Skip to content

Commit 895128e

Browse files
committed
cmake
1 parent 2c29854 commit 895128e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/cmake.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
# well on Windows or Mac. You can convert this to a matrix build if you need
1414
# cross-platform coverage.
1515
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
16-
runs-on: ubuntu-22.04
17-
steps:
18-
- name: Install gettext
19-
run: sudo apt-get update && sudo apt-get install -y gettext
16+
runs-on: ubuntu-24.04
17+
steps:
18+
- name: Install gettext
19+
run: sudo apt-get update && sudo apt-get install -y gettext
2020

21-
- name: Checkout
22-
uses: actions/checkout@v4
21+
- name: Checkout
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

@@ -50,10 +50,10 @@ jobs:
5050
- name: Build
5151
working-directory: ${{github.workspace}}
5252
shell: bash
53-
run: cd android-project && ./gradlew assembleRelease -Pcmakearg0="-DHELLFIRE=ON" -Pcmakearg1="" -Pcmakearg2=""
54-
55-
- name: Upload-Package
56-
uses: actions/upload-artifact@v4
53+
run: cd android-project && ./gradlew assembleRelease -Pcmakearg0="-DHELLFIRE=ON" -Pcmakearg1="" -Pcmakearg2=""
54+
55+
- name: Upload-Package
56+
uses: actions/upload-artifact@v4
5757
with:
5858
#name: devilutionx-debug.apk
5959
#path: android-project/app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)