Skip to content

Commit

Permalink
更新 debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYi0526 committed Dec 6, 2023
1 parent 85b521c commit 983a8d6
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 @@ -229,7 +229,9 @@ jobs:
rustup target add x86_64-unknown-linux-musl
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run libs shadowsocks
run: |
cargo build --target=x86_64-unknown-linux-musl
./run libs shadowsocks
shadowsocksr:
name: Native Build (ShadowsocksR)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 983a8d6

Please sign in to comment.