Skip to content

Commit

Permalink
Disable windows deployment as we need to build manually
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Jan 31, 2024
1 parent a80baf7 commit a459c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
target: aarch64-apple-darwin
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: windows-2019
target: x86_64-pc-windows-msvc
# - os: windows-2019
# target: x86_64-pc-windows-msvc

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit a459c73

Please sign in to comment.