diff --git a/.github/workflows/windows-cpp.yml b/.github/workflows/windows-cpp.yml index 1bd9a67..bcacfdc 100644 --- a/.github/workflows/windows-cpp.yml +++ b/.github/workflows/windows-cpp.yml @@ -28,7 +28,7 @@ jobs: with: python-version: '3.x' - name: Install Python3 Distutils - run: sudo apt update && sudo apt install python3-distutils && sudo apt install python3-apt + run: apt update && apt install python3-distutils && apt install python3-apt - name: Generate Project run: ./build_windows.bat