mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-09 22:13:11 +08:00
Update c-cpp.yml
This commit is contained in:
parent
0b3126dc5c
commit
c4f740db63
7
.github/workflows/c-cpp.yml
vendored
7
.github/workflows/c-cpp.yml
vendored
@ -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') }}
|
||||
|
Loading…
Reference in New Issue
Block a user