From 1e8b5fa028daab254163b7b3897a8a00de13ed5e Mon Sep 17 00:00:00 2001 From: tobias Date: Sat, 12 Jun 2021 19:53:15 +0200 Subject: [PATCH] Use better build name and docker image source --- .github/workflows/bionic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bionic.yml b/.github/workflows/bionic.yml index 7ac682040..8a697e1e2 100644 --- a/.github/workflows/bionic.yml +++ b/.github/workflows/bionic.yml @@ -4,7 +4,7 @@ # # See comments in file mingw.yml about following upstream (sccn) develoment. -name: ARM CI +name: Ubuntu CI on: push: @@ -34,7 +34,7 @@ jobs: # CPU are extended with a prefix $D so that they are executed on ARM. The # VERBOSE=1 because cmake should not have make hide the commands env: - D: docker run --rm -i -v ${{github.workspace}}:${{github.workspace}} --env VERBOSE=1 --workdir ${{github.workspace}} tobiasherzke/docker-buildenv:liblsl_${{matrix.config.cpu}}-linux-gcc-7 + D: docker run --rm -i -v ${{github.workspace}}:${{github.workspace}} --env VERBOSE=1 --workdir ${{github.workspace}} hoertech/docker-buildenv:liblsl_${{matrix.config.cpu}}-linux-gcc-7 runs-on: ${{ matrix.config.os }} strategy: fail-fast: false