From c3ad0b75856a6ffb378e9fd87badefc39e951113 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 25 Aug 2021 21:11:52 +0200 Subject: [PATCH] Fix typo Fix typo Signed-off-by: Bensuperpc --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b28039f..747e756 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |