From 535138d9b897eda61c14fe31fabe2fca377d5541 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 7 Aug 2023 02:16:48 +0200 Subject: [PATCH] Update ci workflows --- .github/workflows/ubuntu-latest-clang.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-latest-clang.yml b/.github/workflows/ubuntu-latest-clang.yml index 66345af..df855ad 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -23,8 +23,10 @@ jobs: strategy: matrix: + # cmake clang12 is not able to compile a simple test program. + # /usr/bin/ld: cannot find -lunwind version: - ['latest', '16', '15', '14', '13', '12', '11', '10', '9', '8', '7'] + ['latest', '16', '15', '14', '13', '11', '10', '9', '8', '7'] type: [Release, Debug] runs-on: ubuntu-latest