mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-16 15:02:49 +00:00
port to windows or macos (#61)
This commit is contained in:
parent
4b42413ab0
commit
bbb8d3b244
8 changed files with 69 additions and 12 deletions
5
.github/workflows/format-build.yml
vendored
5
.github/workflows/format-build.yml
vendored
|
@ -35,7 +35,10 @@ jobs:
|
|||
|
||||
clippy:
|
||||
name: Clippy
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue