Skip to content

Commit

Permalink
run the ci on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 3, 2024
1 parent 1edc98c commit e3f0abc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ jobs:
- build: macos
os: macos-latest
rust: nightly
# - build: win-msvc
# os: windows-2022
# rust: nightly
# - build: win-gnu
# os: windows-2022
# rust: nightly-x86_64-gnu
- build: win-msvc
os: windows-2022
rust: nightly
- build: win-gnu
os: windows-2022
rust: nightly-x86_64-gnu
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e3f0abc

Please sign in to comment.