From c6dbec783035a211de70f6a575ba2183ebb87894 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 12 Apr 2026 23:40:27 +0200 Subject: [PATCH] Stop trying to run version test on Cygwin and FreeBSD Fixes #1934 --- .github/workflows/testing.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e8d02066..96c1dc7b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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: