diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-04 12:55:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-04 12:55:24 +0300 |
commit | 5e27a630072aac95ba66478f270a3de5901b38f7 (patch) | |
tree | 4e71cbf08f54a1c43d8294b37111eb1ee7688c57 /.github/workflows/test.yml | |
parent | set %CYGWIN% before installing Cygwin (diff) | |
download | setup-cygwin-5e27a630072aac95ba66478f270a3de5901b38f7.tar.gz setup-cygwin-5e27a630072aac95ba66478f270a3de5901b38f7.zip |
rename symlinks-to-hardlinks to just hardlinks
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: | |