summaryrefslogtreecommitdiff
path: root/.github/workflows/test-win.yml
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-07-24 12:00:50 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-20 10:40:13 +0100
commit257c743f8dae1fe3c6a1d899da852b7b61c54986 (patch)
tree39374cd046e231a26ca0691a3328262e5e4b0c4e /.github/workflows/test-win.yml
parentc531015db65eb3e71b1fadfe51f9c107a7bf5216 (diff)
CI: Convert to forgejo
Diffstat (limited to '.github/workflows/test-win.yml')
-rw-r--r--.github/workflows/test-win.yml15
1 files changed, 0 insertions, 15 deletions
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