diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 12:58:21 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 12:58:21 +0100 |
| commit | 301f23ac55937319ab463fa6bb60a6fa7642a3c8 (patch) | |
| tree | acdb87fd5b4e8522d27b4d407c0bad46885ff75c /.github/workflows/windows-testing.yml | |
| parent | e36b7cb044aab0f77cc634e4aa81da0f45e63524 (diff) | |
Windows testing...
Diffstat (limited to '.github/workflows/windows-testing.yml')
| -rw-r--r-- | .github/workflows/windows-testing.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows-testing.yml b/.github/workflows/windows-testing.yml index 75fbb332a..91446bed8 100644 --- a/.github/workflows/windows-testing.yml +++ b/.github/workflows/windows-testing.yml @@ -8,4 +8,4 @@ jobs: steps: - run: | - dir C:\Program Files\Java\ + dir "C:\Program Files\Java" |
