mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24: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
|
||||
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: |
|
||||
|
Loading…
Reference in New Issue
Block a user