Skip to content

Commit

Permalink
Reenable win-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomWright committed Sep 9, 2024
1 parent 5d5389c commit 119d548
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- nightly
- macos
- win-msvc
# - win-gnu
- win-gnu
include:
- build: pinned
os: ubuntu-22.04
Expand All @@ -42,9 +42,9 @@ jobs:
- build: win-msvc
os: windows-2019
rust: stable
# - build: win-gnu
# os: windows-2019
# rust: stable-x86_64-gnu
- build: win-gnu
os: windows-2019
rust: stable-x86_64-gnu
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 119d548

Please sign in to comment.