From 133c8b44fbfdc11bb6952734dd701cf16b257d9a Mon Sep 17 00:00:00 2001 From: Zhang Ji Peng Date: Thu, 26 Oct 2023 15:33:05 +0800 Subject: [PATCH] Update windows-cpp.yml --- .github/workflows/windows-cpp.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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