mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 09:04:27 +01:00
Fix typo
Fix typo Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
ab872f9669
commit
c3ad0b7585
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -123,8 +123,8 @@ jobs:
|
|||||||
cd Stockfish
|
cd Stockfish
|
||||||
git checkout sf_14
|
git checkout sf_14
|
||||||
cd src
|
cd src
|
||||||
./../../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image } net
|
./../../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 }} build ${{ matrix.arch_name.stockfish_arg }} -j2
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user