Stop trying to run version test on Cygwin and FreeBSD

Fixes #1934
This commit is contained in:
ISSOtm
2026-04-12 23:40:27 +02:00
parent 017b0119e6
commit c6dbec7830
-6
View File
@@ -323,9 +323,6 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Cygwin
uses: cygwin/cygwin-install-action@v6
with:
@@ -353,9 +350,6 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- name: Build & test using CMake on FreeBSD
uses: vmactions/freebsd-vm@v1
with: