Fix typo

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-25 21:11:52 +02:00
parent ab872f9669
commit c3ad0b7585

View File

@ -123,8 +123,8 @@ jobs:
cd Stockfish
git checkout sf_14
cd src
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image } net
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image } build ${{ matrix.arch_name.stockfish_arg }} -j2
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} net
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} build ${{ matrix.arch_name.stockfish_arg }} -j2
- name: deploy
if: github.ref == 'refs/heads/master'
run: |