From 753648d0f68f8e6bf45864d083915ef35a171435 Mon Sep 17 00:00:00 2001 From: gdesmar <75089569+gdesmar@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:30:12 +0000 Subject: [PATCH] Fix typo in comment --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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