Skip to content

Commit

Permalink
Update workflows to support udp-test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
liudongmiao authored Apr 7, 2024
1 parent a4df3c2 commit 311a57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install shadowsocks on macos
if: ${{ startsWith(matrix.os, 'macos') }}
run: brew install shadowsocks-libev v2ray-plugin
run: brew install shadowsocks-libev shadowsocks-rust v2ray-plugin

- name: Install PySocks
run: pip3 install PySocks
Expand Down

0 comments on commit 311a57d

Please sign in to comment.