diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 641d35d3a8..36e87bcbf9 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -139,7 +139,7 @@ jobs: include: - { build: 'autotools', arch: 'x86_64', compiler: 'clang' } - { build: 'cmake' , arch: 'x86_64', compiler: 'clang', options: '-DCMAKE_UNITY_BUILD=OFF', desc: ' !unity !runtests !examples' } - - { build: 'autotools', arch: 'arm64' , compiler: 'clang' } + - { build: 'autotools', arch: 'arm64' , compiler: 'clang', desc: ' !examples' } - { build: 'cmake' , arch: 'arm64' , compiler: 'clang' } fail-fast: false steps: