mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +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
|
||||
run: make ${{ matrix.arch_name.image }}.test
|
||||
- name: stockfish build test
|
||||
if: ${{ matrix.arch_name.stockfish == "yes" }}
|
||||
if: ${{ matrix.arch_name.stockfish == 'yes' }}
|
||||
run: |
|
||||
git clone https://github.com/official-stockfish/Stockfish.git
|
||||
cd Stockfish
|
||||
|
Loading…
Reference in New Issue
Block a user