From a1f01ec5cbedbb0f0fb81d5cc7c830818e4c63c2 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 7 Aug 2023 00:44:43 +0200 Subject: [PATCH] Update clang ci --- .github/workflows/ubuntu-latest-clang.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ubuntu-latest-clang.yml b/.github/workflows/ubuntu-latest-clang.yml index e4dd6e6..5169bc2 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -35,11 +35,6 @@ jobs: options: -v /usr/local:/host_usr_local - env: - CC: clang-${{ matrix.version }} - CXX: clang++-${{ matrix.version }} - CXXFLAGS: -stdlib=libc++ - steps: - uses: actions/checkout@v1