From 895128e29cc7041f6b94a82ffe7aff5016b72727 Mon Sep 17 00:00:00 2001 From: pionere Date: Tue, 17 Dec 2024 08:36:48 +0100 Subject: [PATCH] cmake --- .github/workflows/cmake.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f0e6e87ed50..d7a71306398 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -13,13 +13,13 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-22.04 - steps: - - name: Install gettext - run: sudo apt-get update && sudo apt-get install -y gettext + runs-on: ubuntu-24.04 + steps: + - name: Install gettext + run: sudo apt-get update && sudo apt-get install -y gettext - - name: Checkout - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -50,10 +50,10 @@ jobs: - name: Build working-directory: ${{github.workspace}} shell: bash - run: cd android-project && ./gradlew assembleRelease -Pcmakearg0="-DHELLFIRE=ON" -Pcmakearg1="" -Pcmakearg2="" - - - name: Upload-Package - uses: actions/upload-artifact@v4 + run: cd android-project && ./gradlew assembleRelease -Pcmakearg0="-DHELLFIRE=ON" -Pcmakearg1="" -Pcmakearg2="" + + - name: Upload-Package + uses: actions/upload-artifact@v4 with: #name: devilutionx-debug.apk #path: android-project/app/build/outputs/apk/debug/app-debug.apk