Skip to content

Commit

Permalink
Force clang version when targetting arm
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Aug 1, 2024
1 parent e8cb862 commit cb7a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
sys:
- { compiler: 'gcc', version: '8' }
- { compiler: 'clang', version: 'latest' }
- { compiler: 'clang', version: '18' }
steps:
- name: Setup compiler
if: ${{ matrix.sys.compiler == 'clang' }}
Expand Down

0 comments on commit cb7a99a

Please sign in to comment.