From 0f6bdb93201e19cbd9007dbc2dfa0d571007d8e4 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 1 Nov 2021 19:28:21 +0100 Subject: [PATCH] Remove mention about image not containing Boost The Docker image includes Boost since 576da97b106fa20b21a0ee1c951bc3244b991ce3. Which was two days after this comment was written. --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}