Fix if

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-25 23:39:12 +02:00
parent d6a6d67d85
commit e6defb5426

View File

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