mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
Fix if
Fix if Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
d6a6d67d85
commit
e6defb5426
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
|||||||
- name: basic test
|
- name: basic test
|
||||||
run: make ${{ matrix.arch_name.image }}.test
|
run: make ${{ matrix.arch_name.image }}.test
|
||||||
- name: stockfish build test
|
- name: stockfish build test
|
||||||
if: ${{ matrix.arch_name.stockfish }} == "yes"
|
if: ${{ matrix.arch_name.stockfish == "yes" }}
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/official-stockfish/Stockfish.git
|
git clone https://github.com/official-stockfish/Stockfish.git
|
||||||
cd Stockfish
|
cd Stockfish
|
||||||
|
Loading…
Reference in New Issue
Block a user