mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-05 14:44:26 +01:00
Fix test
Fix test Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
71de3d67f2
commit
772592f143
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 net
|
./../../tools/dockcross-make-builder.sh net
|
||||||
./../tools/dockcross-make-builder.sh build ${{ matrix.arch_name.stockfish_arg }} -j2
|
./../../tools/dockcross-make-builder.sh 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