diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 95b98bc..86be524 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -43,9 +43,3 @@ jobs: run: cmake --build build - name: Run basic tests run: cd build && ctest --output-on-failure -R basictest - - name: Install dependencies - run: | - pacman -Syu --noconfirm - pacman -S --noconfirm base-devel cmake - - name: Verify CMake version - run: cmake --version