diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff11e343..4d000f88 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 zlip. container: debian:buster steps: - name: Checkout repository