Skip to content

Commit ebb6673

Browse files
committed
🧱 test6 -clang
1 parent 604ff7d commit ebb6673

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
1919
build_type: [Debug, Release]
20-
compiler_type: [gcc, clang]
2120
exclude:
2221
- os: windows-latest
2322
build_type: Debug
@@ -44,12 +43,6 @@ jobs:
4443
if: matrix.os == 'ubuntu-latest'
4544
run: |
4645
sudo apt install -y libnsl-dev
47-
if [ "${{ matrix.os }}" == "ubuntu-latest" ] && [ "${{ matrix.compiler_type }}" == "clang" ]; then
48-
sudo apt install -y clang
49-
conan profile update settings.compiler=clang default
50-
conan profile update settings.compiler.version=$(clang --version | head -n1 | grep -oE '[0-9]+' | head -n1) default
51-
conan profile update settings.compiler.libcxx=libstdc++11 default
52-
fi
5346
5447
- name: Cache Conan packages
5548
uses: actions/cache@v4

0 commit comments

Comments
 (0)