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