Skip to content

Commit

Permalink
Use better build name and docker image source
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasherzke committed Jun 12, 2021
1 parent 52f2718 commit 1e8b5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# See comments in file mingw.yml about following upstream (sccn) develoment.

name: ARM CI
name: Ubuntu CI

on:
push:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e8b5fa

Please sign in to comment.