Browse Source

tweak debian distutils location

Nick Sweeting 5 years ago
parent
commit
988aa9b572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/debian.yml

+ 1 - 1
.github/workflows/debian.yml

@@ -5,7 +5,7 @@ on:
   push:
 
 env:
-  SETUPTOOLS_USE_DISTUTILS: stdlib
+  SETUPTOOLS_USE_DISTUTILS: local
 
 jobs:
   build: