From c5a12983d63c95aa0314d8b910cd06ef45974f16 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Thu, 10 Feb 2022 13:00:12 +0100 Subject: Fix Windows Swift GitHub workflow --- .github/workflows/test-win.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.github') 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 -- cgit v1.2.3