mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +01:00
Fix typo
Fix typo Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
813b6fa18d
commit
3c3c7f41ff
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