We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4686e16 commit 2bf5988Copy full SHA for 2bf5988
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
sudo apt update
19
sudo apt install -y software-properties-common
20
- sudo apt install -y build-essential
+ sudo apt install -y build-essential python3-distutils
21
sudo add-apt-repository universe
22
# Verify installation
23
if ! python3 -c "import distutils.msvccompiler" &>/dev/null; then
0 commit comments