@setoelkahfi / svara / commits / 585c364

Made build to windows only (for now)

mellobacon committed Dec 3, 2022 at 15:33 UTC 585c36412e8ed7996bec33ddbbd6b10701305fdb
1 file changed +1 -1
.github/workflows/publish.yml
+1 -1
@@ -9,7 +9,7 @@ jobs:
9 strategy:
10 fail-fast: false
11 matrix:
12 - platform: [macos-latest, ubuntu-20.04, windows-latest]
12 + platform: [windows-latest]
13
14 runs-on: ${{ matrix.platform }}
15 steps: