From 2a619ceba75a4c16b25de12d59a87eac795a4468 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 20 Sep 2022 15:07:40 +0200 Subject: Remove: unused wrappers --- .github/workflows/test-win.yml | 20 -------------------- 1 file changed, 20 deletions(-) (limited to '.github/workflows/test-win.yml') diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index 2b4900a..23c91b0 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -18,23 +18,3 @@ jobs: name: shared-lib path: exports/lib/ retention-days: 1 - - #test-csharp: - # name: "[Windows] Test C# wrapper" - # needs: build-lib - # runs-on: windows-latest - - # steps: - # - uses: actions/checkout@v2 - # - uses: actions/setup-dotnet@v1 - # with: - # dotnet-version: 5.0.x - - # - uses: actions/download-artifact@v2 - # with: - # name: shared-lib - # path: exports/lib/ - # - name: Test - # run: make -C wrappers/csharp test - # - name: Build .nupkg - # run: make -C wrappers/csharp pack -- cgit v1.2.3