Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 18:55:06 +03:00 committed by GitHub
parent c4f740db63
commit 14a4c11b9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,10 +34,10 @@ jobs:
run: copy Makefile.llvm Makefile
- name: dir Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: dir \
run: dir \a
- name: set Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: set
run: cmd /c set
- name: make
if: ${{ !startsWith(matrix.target, 'windows') }}
run: make