]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert ".github: tweak windows help step"
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 17 Oct 2023 01:33:00 +0000 (18:33 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 17 Oct 2023 01:33:00 +0000 (18:33 -0700)
This reverts commit fea2ee8ced9ac9dbfbf50eb8d1208386b532e935.

.github/workflows/build.yml
.github/workflows/test_branch.yml

index 590486e65ca1ce7a1b02c4786ed5bd3acf6aae06..3c64297d91b6a12641c613b62a865eb4e5bd3633 100644 (file)
@@ -51,4 +51,4 @@ jobs:
       shell: cmd
       run: 'factor -run=tools.test resource:core'
     - name: help-lint
-      run: 'factor -run=help.lint resource:core resource:basis resource:extra'
+      run: './factor -run=help.lint resource:core resource:basis resource:extra'
index 3951d203458e6d293e619c8ce6fd4a1d60bee76b..eda09c80c662ca2bc3a605c5dd572560f409b799 100644 (file)
@@ -48,4 +48,4 @@ jobs:
       shell: cmd
       run: 'factor -run=tools.test resource:core'
     - name: help-lint
-      run: 'factor -run=help.lint resource:core resource:basis resource:extra'
+      run: './factor -run=help.lint resource:core resource:basis resource:extra'