File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 - name : Run uname
173173 run : uname -a
174174 - name : Run tests on s390x
175- run : docker run -it multiarch/ubuntu-core:s390x-focal bash -c "apt update && apt install -y gcc g++ make git && git clone https://github.com/jacajack/liblightmodbus.git && cd liblightmodbus && git checkout ${{ github.head_ref || github.ref_name }} && make -C test && ./test/main-test"
175+ run : docker run multiarch/ubuntu-core:s390x-focal bash -c "apt update && apt install -y gcc g++ make git && git clone https://github.com/jacajack/liblightmodbus.git && cd liblightmodbus && git checkout ${{ github.head_ref || github.ref_name }} && make -C test && ./test/main-test"
176176
177177 docs-build :
178178 name : " Build & deploy docs"
You can’t perform that action at this time.
0 commit comments