Skip to content

Commit

Permalink
Try to build windows bin on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 19, 2024
1 parent a9bcf19 commit d7c8022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
os: macos-latest
target: x86_64-apple-darwin

- build: windows-gnu
os: ubuntu-latest
target: x86_64-pc-windows-gnu
- build: windows
os: x86_64-pc-windows-msvc
target: x86_64-pc-windows-msvc

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d7c8022

Please sign in to comment.