From b5dfe5871fa8a2e60a5c43ec8fdea297b24d05dd Mon Sep 17 00:00:00 2001 From: m1ga Date: Wed, 15 May 2024 11:24:40 +0200 Subject: [PATCH] workflow update --- .github/workflows/android.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f614330..19c31b8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,7 +12,7 @@ on: jobs: android: - runs-on: ubuntu-latest + runs-on: macos-13 name: Android env: CCACHE_DIR: ${{ github.workspace }}/.ccache @@ -63,20 +63,20 @@ jobs: - run: ti sdk install 12.2.1.GA name: Install SDK 12.2.1 - # - name: Set up Homebrew - # id: set-up-homebrew - # uses: Homebrew/actions/setup-homebrew@master - # - # - name: Install ccache - # run: brew install ccache - # - # - name: Retrieve ccache - # uses: actions/cache@v3 - # with: - # path: ${{ env.CCACHE_DIR }} - # key: ${{ runner.os }}-ccache-${{ github.sha }} - # restore-keys: | - # ${{ runner.os }}-ccache- + - name: Set up Homebrew + id: set-up-homebrew + uses: Homebrew/actions/setup-homebrew@master + + - name: Install ccache + run: brew install ccache + + - name: Retrieve ccache + uses: actions/cache@v3 + with: + path: ${{ env.CCACHE_DIR }} + key: ${{ runner.os }}-ccache-${{ github.sha }} + restore-keys: | + ${{ runner.os }}-ccache- - name: Build and Test uses: reactivecircus/android-emulator-runner@v2