diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b0a3baf..4117281 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: before: "" - runner: ubuntu-22.04 target: x86 - before: "yum install -y libatomic.i686" + before: "apt-get update && apt-get install -y libatomic libatomic.i686" - runner: ubuntu-22.04 target: aarch64 before: ""