diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml.off similarity index 100% rename from .github/workflows/testsuite.yml rename to .github/workflows/testsuite.yml.off diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index be002fe..1249bd2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ jobs: - name: Set PATH for Strawberry Perl uses: egor-tensin/cleanup-path@v3 with: - dirs: "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" + dirs: 'C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin' default: 1 - name: perl -V run: C:\strawberry\perl\bin\perl.exe -V