diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 20:34:49 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 20:34:49 +0400 |
| commit | e6f4c4a92114aafc8a28f304a5142e8481918c07 (patch) | |
| tree | 1c66031beab05f413afcfd8a4771461fd6b27468 | |
| parent | a177fe775c2201ea5032dce6fc8352bbe659dabc (diff) | |
add windows target
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86bc815..d5006f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,6 +79,7 @@ jobs: - armv7-unknown-linux-musleabi - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl + - x86_64-pc-windows-gnu steps: - uses: actions/checkout@v2 - uses: ATiltedTree/setup-rust@v1 |
