Skip to content

Commit db34a14

Browse files
committed
actions - different compiler for rust CI
1 parent 9560d06 commit db34a14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-test-with-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-20.04]
11-
compiler: [gcc-10]
11+
compiler: [clang]
1212

1313
runs-on: ${{ matrix.os }}
1414

@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-20.04]
41-
compiler: [gcc-9]
41+
compiler: [clang]
4242

4343
runs-on: ${{ matrix.os }}
4444

0 commit comments

Comments
 (0)