diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 369e9006c..b7e339018 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: include: - name: "STD=14 JOB=test/x3 Job 0" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -39,7 +39,7 @@ jobs: travis_compiler: "gcc-11" - name: "STD=11 JOB=test/qi Job 2" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -51,7 +51,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=11 JOB=test/karma Job 3" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -63,7 +63,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=11 JOB=test/lex Job 4" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -75,7 +75,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=11 JOB=test/support Job 5" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -87,7 +87,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=11 JOB=repository/test Job 6" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -99,7 +99,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=03 JOB=test/qi Job 7" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -111,7 +111,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=03 JOB=test/karma Job 8" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -123,7 +123,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=03 JOB=test/lex Job 9" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -135,7 +135,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=03 JOB=test/support Job 10" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -147,7 +147,7 @@ jobs: travis_compiler: "clang-12" - name: "STD=03 JOB=repository/test Job 11" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12" @@ -279,7 +279,7 @@ jobs: travis_compiler: "gcc-11" - name: "STD=03 JOB=classic/test Job 22" buildtype: "boost" - packages: "clang-12 libc++-12-dev libc++abi-12-dev jq ccache" + packages: "clang-12 libc++-12-dev libc++abi-12-dev libunwind-12-dev jq ccache" packages_to_remove: "" os: "ubuntu-18.04" cxx: "clang-12"