Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brackeen committed Feb 16, 2024
1 parent a3882e0 commit 4d8e093
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
abi: [ armeabi-v7a, armeabi-v7a with NEON, arm64-v8a, x86, x86_64 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Android NDK
id: setup-ndk
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
env:
CFLAGS: -Werror
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure CMake
run: >
Expand All @@ -76,10 +76,10 @@ jobs:
env:
CFLAGS: -Werror
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Emscripten SDK
uses: mymindstorm/setup-emsdk@v12
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.35
actions-cache-folder: 'emsdk-cache'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Android NDK
id: setup-ndk
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
env:
CFLAGS: -Werror=deprecated-declarations
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure CMake
run: >
Expand All @@ -62,10 +62,10 @@ jobs:
env:
CFLAGS: -Werror=deprecated-declarations
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Emscripten SDK
uses: mymindstorm/setup-emsdk@v12
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.35
actions-cache-folder: 'emsdk-cache'
Expand Down

0 comments on commit 4d8e093

Please sign in to comment.