Просмотр исходного кода

cmake: Allow for cross-compilation

Xenofon Karamanos 9 месяцев назад
Родитель
Сommit
4a8368e419
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .github/workflows/cmake_build.yml

+ 2 - 0
.github/workflows/cmake_build.yml

@@ -50,6 +50,8 @@ jobs:
 
     - name: Build Project natively
       uses: threeal/[email protected]
+      # Step runs for all except this combination
+      if: matrix.os != 'ubuntu-latest' || matrix.target_arch != 'aarch64'  
       with:
         build-dir: ${{github.workspace}}/build
         build-args: -j8