Browse Source

cmake: Allow for cross-compilation

Xenofon Karamanos 9 months ago
parent
commit
4a8368e419
1 changed files with 2 additions and 0 deletions
  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