Remove mention about image not containing Boost

The Docker image includes Boost since
576da97b10. Which was two days after this
comment was written.
This commit is contained in:
Robbert van der Helm
2021-11-01 19:28:21 +01:00
parent 428086915d
commit 0f6bdb9320
+1 -3
View File
@@ -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 }}