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