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 22ef37c commit d6f19a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6f19a4

Please sign in to comment.