Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
[+] add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Jan 14, 2024
1 parent 88be802 commit dbf65d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
- run: ls ${{ github.workspace }}

- run: sudo apt update
- run: sudo apt install curl
- run: sudo apt install curl cargo
- run: curl https://sh.rustup.rs -sSfy | sh

- run: echo "start install Rust..."
- name: Install Rust
uses: actions-rs/toolchain@v1
- run: echo "end install Rust..."

- run: echo "start install Cargo..."
- name: Install Cargo
uses: actions-rs/cargo@v1
- run: echo "end install Cargo..."
# - run: echo "start install Cargo..."
# - name: Install Cargo
# uses: actions-rs/cargo@v1
# - run: echo "end install Cargo..."

- run: rustup target add aarch64-linux-android
- run: cargo install cargo-ndk
Expand Down

0 comments on commit dbf65d1

Please sign in to comment.