diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5866f16..41c4079 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: install-dir: C:\cg packages: cmake gcc python3 env: '${{ matrix.env }}' - symlinks-to-hardlinks: '${{ matrix.hardlinks }}' + hardlinks: '${{ matrix.hardlinks }}' - name: Run bash run: | |