diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 1d845931150..08e21fd7bea 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -86,5 +86,3 @@ jobs: uses: ./.github/workflows/cygwin-auto.yml with: build_mode: "production" - - \ No newline at end of file diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d7e80de7ef2..e8526d1b725 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -74,7 +74,6 @@ jobs: with: build_mode: "Release" - call-release-cmake-cygwin: name: "CMake Cygwin Workflows" uses: ./.github/workflows/cwin-cmake.yml @@ -90,4 +89,3 @@ jobs: uses: ./.github/workflows/cygwin-cmake.yml with: build_mode: "Release" - \ No newline at end of file