From d6f19a49d7c424081ae70a4eaae99d87c6b1f935 Mon Sep 17 00:00:00 2001 From: Zhang Ji Peng Date: Thu, 26 Oct 2023 15:27:40 +0800 Subject: [PATCH] Update windows-cpp.yml --- .github/workflows/windows-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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