Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 21, 2024
1 parent 075eb8e commit 60600b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
id: setup-ndk
with:
ndk-version: r25 # This is the minimum version rust supports
add-to-path: false
add-to-path: true

- name: install cargo make
run: cargo install --no-default-features --locked --version 0.37.23 cargo-make

- name: Build libretro android
run: cargo make libretro_android
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
# env:
# ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}

- name: Run tests
run: cargo make test
Expand Down

0 comments on commit 60600b8

Please sign in to comment.