From 257c743f8dae1fe3c6a1d899da852b7b61c54986 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 24 Jul 2024 12:00:50 +0200 Subject: CI: Convert to forgejo --- .github/workflows/test-win.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/test-win.yml (limited to '.github/workflows/test-win.yml') diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml deleted file mode 100644 index 5883995..0000000 --- a/.github/workflows/test-win.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: "[Windows] Check build" - -on: [ push, pull_request ] - -jobs: - build-lib: - name: "[Windows] Build shared Go library" - runs-on: windows-latest - - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 - with: - go-version: ^1.22 - - run: make -- cgit v1.2.3