Skip to content

Commit

Permalink
Update windows-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Oct 26, 2023
1 parent d6f19a4 commit 133c8b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 133c8b4

Please sign in to comment.