GHA/non-native: enable FreeBSD on arm again

Upstream package install is working again.

Follow-up to 41a6eeadf6 #20267

Closes #20678
This commit is contained in:
Viktor Szakats 2026-02-22 20:27:14 +01:00
parent fff9905bcf
commit c387c9fd0c
No known key found for this signature in database

View file

@ -135,8 +135,8 @@ 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', desc: ' !examples' }
# - { build: 'cmake' , arch: 'arm64' , compiler: 'clang' }
- { build: 'autotools', arch: 'arm64' , compiler: 'clang', desc: ' !examples' }
- { build: 'cmake' , arch: 'arm64' , compiler: 'clang' }
fail-fast: false
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2