Skip to content

Commit

Permalink
enable windows ci build again
Browse files Browse the repository at this point in the history
  • Loading branch information
KishanBagaria committed Nov 21, 2023
1 parent 5b12757 commit 52b2f41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

os:
- ubuntu-latest
# - windows-latest
- windows-latest
- macos-latest

architecture:
Expand All @@ -32,15 +32,15 @@ jobs:
exclude:
- os: ubuntu-latest
architecture: arm64
# - os: windows-latest
# architecture: arm64
- os: windows-latest
architecture: arm64

include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu

# - os: windows-latest
# target: x86_64-pc-windows-msvc
- os: windows-latest
target: x86_64-pc-windows-msvc

- os: macos-latest
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52b2f41

Please sign in to comment.