Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 15, 2024
1 parent df40f30 commit b5dfe58
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
android:
runs-on: ubuntu-latest
runs-on: macos-13
name: Android
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b5dfe58

Please sign in to comment.