From d1f967f82d1d196ea426191d1a93500ca6cbbdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mit=C3=A1=C5=A1?= Date: Sun, 4 Feb 2024 02:00:19 +0100 Subject: [PATCH] CI: Remove bogus workflow step. --- .github/workflows/ci-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 22f4c5c0..96272faa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -59,8 +59,6 @@ jobs: run: cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" . - name: Build run: nmake - - name: Setyp Python - uses: actions/setup-python@v5 - name: Test run: python .\scripts\run-tests.py