]> gitweb.factorcode.org Git - factor.git/blobdiff - .github/workflows/build.yml
.github: Re-enable auto-use on windows until error can be fixed
[factor.git] / .github / workflows / build.yml
index ef8d77e3f56660371b430450a7d4e2941117fe7a..dc4da781504568f46cbcb9a8c27c0b27d5c13652 100644 (file)
@@ -46,7 +46,7 @@ jobs:
       run: build.cmd net-bootstrap
     - name: load-all
       shell: cmd
-      run: 'factor -e="USING: memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off auto-use? off load-all save"'
+      run: 'factor -e="USING: memory namespaces parser.notes syntax vocabs.hierarchy ; parser-quiet? off load-all save"'
     - name: test
       shell: cmd
       run: 'factor -run=tools.test resource:core'