Update c-cpp.yml

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

View File

@ -32,7 +32,14 @@ jobs:
- name: ln Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: copy Makefile.llvm Makefile
- name: dir Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: dir \
- name: set Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: set
- name: make
if: ${{ !startsWith(matrix.target, 'windows') }}
run: make
- name: mkdir
if: ${{ startsWith(matrix.target, 'ubuntu') }}