Fix typo

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-26 00:45:40 +02:00
parent 813b6fa18d
commit 3c3c7f41ff

View File

@ -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