Skip to content

Commit

Permalink
Use gcc for clang compiler on Ubuntu 20.04 due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Aug 5, 2024
1 parent 5ee4e8b commit 924f805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- os: ubuntu-20.04
c_compiler: clang
cpp_compiler: clang++
arm_c_compiler: clang
arm_cpp_compiler: clang++
arm_c_compiler: aarch64-linux-gnu-gcc
arm_cpp_compiler: aarch64-linux-gnu-g++
- os: windows-latest

steps:
Expand Down

0 comments on commit 924f805

Please sign in to comment.