diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e1b4bb6..ff11e343 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest # Forced to run on debian:buster since debian:bullseye's Boost is not - # functional to compile executables statically WITH bz2 and lzma. + # functional to compile executables statically with bz2 and lzma. container: debian:buster steps: - name: Checkout repository