We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d891f62 commit e28ef98Copy full SHA for e28ef98
.github/workflows/cross.yml
@@ -15,7 +15,7 @@ jobs:
15
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
16
sys:
17
- { compiler: 'gcc', version: '9' }
18
- - { compiler: 'clang', version: 'latest' }
+# - { compiler: 'clang', version: '17' }
19
steps:
20
- name: Setup compiler
21
if: ${{ matrix.sys.compiler == 'clang' }}
0 commit comments