Commit d1f967f82d1d196ea426191d1a93500ca6cbbdde

Martin Mitáš 2024-02-04T02:00:19

CI: Remove bogus workflow step.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 22f4c5c..96272fa 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