Skip to content

Commit

Permalink
modified: .github/workflows/debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
502milk committed Apr 29, 2024
1 parent da9900d commit 5732311
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,13 @@ jobs:
echo "sdk.dir=${ANDROID_HOME}" > local.properties
echo "ndk.dir=${ANDROID_HOME}/ndk/21.4.7075529" >> local.properties
- name: Compile libunwind for aarch64-linux-android
if: steps.cache.outputs.cache-hit != 'true'
if: steps.cache.outputs.cache-hit != 'true'
run: chmod +x .github/scripts/build-libunwind.sh
- name: Install Rust
if: steps.cache.outputs.cache-hit != 'true'
run: ./run init action shadowsocks
- name: Fix warnings
run: cargo fix --lib -p shadowsocks-service
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run libs shadowsocks
Expand Down

0 comments on commit 5732311

Please sign in to comment.