Skip to content

Commit

Permalink
Update android.yml. [skip Windows][skip iOS][skip macOS][skip Linux][…
Browse files Browse the repository at this point in the history
…skip Android]

Signed-off-by: Li Jin <[email protected]>
  • Loading branch information
pigpigyyy authored Dec 2, 2024
1 parent eeaa740 commit efc0db7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/') || (!contains(github.event.head_commit.message, '[skip CI]') && !contains(github.event.head_commit.message, '[skip Android]'))"
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Generate Lua bindings
run: |
sudo apt-get install lua5.1
sudo apt-get install -y luarocks
sudo luarocks install luafilesystem
cd ./Tools/tolua++
cd Tools/tolua++
lua tolua++.lua
- uses: dtolnay/rust-toolchain@stable
- name: Build Rust lib
run: Tools/build-scripts/build_lib_android.sh
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit efc0db7

Please sign in to comment.