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 cb77ef9 commit 4686e16Copy full SHA for 4686e16
.github/workflows/test.yaml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
sudo apt update
19
sudo apt install -y software-properties-common
20
+ sudo apt install -y build-essential
21
sudo add-apt-repository universe
22
# Verify installation
23
if ! python3 -c "import distutils.msvccompiler" &>/dev/null; then
0 commit comments