port to windows or macos (#61)

This commit is contained in:
ssrlive 2023-08-31 14:31:02 +08:00 committed by GitHub
parent 4b42413ab0
commit bbb8d3b244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 69 additions and 12 deletions

View file

@ -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