diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0703b66e..be3f3177 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,7 @@ jobs: build-bionic: name: Build on Ubuntu 18.04 runs-on: ubuntu-latest - # This container contains everything needed to build yabridge except for - # Boost since that's not easily available and it the parts we need are - # quick to compile anyway + # This container contains everything needed to build yabridge container: robbert/docker-yabridge:bionic outputs: artifact-name: ${{ env.ARCHIVE_NAME }}