Skip to content

Commit 2bf5988

Browse files
authored
Update test.yaml
1 parent 4686e16 commit 2bf5988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
sudo apt update
1919
sudo apt install -y software-properties-common
20-
sudo apt install -y build-essential
20+
sudo apt install -y build-essential python3-distutils
2121
sudo add-apt-repository universe
2222
# Verify installation
2323
if ! python3 -c "import distutils.msvccompiler" &>/dev/null; then

0 commit comments

Comments
 (0)