summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYousif Akbar <11247449+yhakbar@users.noreply.github.com>2023-08-20 12:42:08 -0400
committerGitHub <noreply@github.com>2023-08-20 11:42:08 -0500
commita730b276d30d71b7d34f84db9c53c7850b3ae25d (patch)
treeabcebf54f6c89a3dd3cb5a8e91952ea16dfcc328
parent5c56c830fff80beeeacad2c86c3716beceb27a7c (diff)
Adding Windows builds back (#206)
-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