Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 21:36:16 +03:00 committed by GitHub
parent fb824c9463
commit e36d5fe662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
run: ln -s Makefile.FreeBSD Makefile
- name: dirs Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: cmd /C 'echo ^>>Makefile.win && type Makefile.win'
run: cmd /C 'echo ^^>>Makefile.win && type Makefile.win'
- name: ln Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: copy Makefile.win Makefile