Skip to content

Commit

Permalink
Uncomment windows builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Nov 16, 2023
1 parent 2ac5b07 commit 2a3e4c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
os: macos-latest
- target: x86_64-apple-darwin # # 64-bit macOS (10.7+, Lion+)
os: macos-latest
- target: x86_64-pc-windows-gnu # 64-bit MinGW (Windows 7+)
os: windows-latest
- target: x86_64-pc-windows-msvc # 64-bit MSVC (Windows 7+)
os: windows-latest
# - target: x86_64-pc-windows-gnu # 64-bit MinGW (Windows 7+)
# os: windows-latest
# - target: x86_64-pc-windows-msvc # 64-bit MSVC (Windows 7+)
# os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2a3e4c4

Please sign in to comment.