summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-win.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml
index 0a09c84..09fde62 100644
--- a/.github/workflows/test-win.yml
+++ b/.github/workflows/test-win.yml
@@ -24,12 +24,6 @@ jobs:
with:
go-version: ^1.15
- run: make
- - name: Set up Visual Studio shell
- uses: egor-tensin/vs-shell@v2
- with:
- arch: x64
- - name: Generate import library
- run: exports/generate_lib.ps1 -DllPath (Get-ChildItem -Recurse exports/lib *.dll)
- uses: actions/upload-artifact@v2
with:
name: shared-lib
@@ -119,7 +113,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- - uses: slashmo/install-swift@v0.1.0
+ - name: Set up Visual Studio shell
+ uses: egor-tensin/vs-shell@v2
+ with:
+ arch: x64
+ - name: Generate import library
+ run: exports/generate_lib.ps1 -DllPath (Get-ChildItem -Recurse exports/lib *.dll)
+ - uses: rinsuki/setup-swift-windows
with:
version: 5.5