We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c67f4 commit 9e58c49Copy full SHA for 9e58c49
1 file changed
.github/workflows/linux.yml
@@ -63,13 +63,13 @@ jobs:
63
run: ${{runner.workspace}}/build/DiligentTools/Tests/DiligentToolsTest/DiligentToolsTest
64
65
66
- build-clang-9:
+ build-clang-10:
67
strategy:
68
matrix:
69
config: [Debug, Release]
70
71
runs-on: ubuntu-latest
72
- name: Linux x64, Clang 9, ${{ matrix.config }}
+ name: Linux x64, Clang 10, ${{ matrix.config }}
73
74
steps:
75
- name: Clone DiligentTools
@@ -100,8 +100,8 @@ jobs:
100
- name: Configure CMake
101
if: success()
102
env:
103
- CC: clang-9
104
- CXX: clang++-9
+ CC: clang-10
+ CXX: clang++-10
105
shell: bash
106
run: |
107
cd $GITHUB_WORKSPACE/DiligentTools/BuildTools/Scripts/github_actions
0 commit comments