From 43355d2bd4fc9ae3e308a5b7f2e0e56b36b65a78 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 6 Jun 2025 23:20:28 -0500 Subject: [PATCH] Remove not avilable package. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b7f8bb..e806b9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: cxxstd: "11,14,17" - name: "TOOLSET=clang CXXSTD=11,14,1z Job 4" buildtype: "boost" - packages: "libstdc++-4.9-dev clang" + packages: "clang" packages_to_remove: "" os: "ubuntu-latest" container: "ubuntu:18.04"