summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/publish.yml11
-rw-r--r--.github/workflows/test.yml11
2 files changed, 14 insertions, 8 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 66109fa..d35d7ad 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -24,10 +24,13 @@ jobs:
target: arm-unknown-linux-gnueabihf
use-cross: true
- # This isn't working right now. See this: https://github.com/chmln/sd/pull/179#discussion_r1195840367
- # - os: windows-latest
- # target: x86_64-pc-windows-msvc
- # use-cross: false
+ - os: windows-latest
+ target: x86_64-pc-windows-gnu
+ use-cross: false
+
+ - os: windows-latest
+ target: x86_64-pc-windows-msvc
+ use-cross: false
- os: macos-latest
target: x86_64-apple-darwin
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b7505c2..b190120 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,10 +23,13 @@ jobs:
target: arm-unknown-linux-gnueabihf
use-cross: true
- # This isn't working right now. See this: https://github.com/chmln/sd/pull/179#discussion_r1195840870
- # - os: windows-latest
- # target: x86_64-pc-windows-msvc
- # use-cross: false
+ - os: windows-latest
+ target: x86_64-pc-windows-gnu
+ use-cross: false
+
+ - os: windows-latest
+ target: x86_64-pc-windows-msvc
+ use-cross: false
- os: macos-latest
target: x86_64-apple-darwin