Ver código fonte

github: [skip ci]: bump threeal/cmake-action from 2.0.0 to 2.1.0

Bumps [threeal/cmake-action](https://github.com/threeal/cmake-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/threeal/cmake-action/releases)
- [Commits](https://github.com/threeal/cmake-action/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: threeal/cmake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 9 meses atrás
pai
commit
e71b02a326
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/cmake_build.yml

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

@@ -49,7 +49,7 @@ jobs:
         sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
 
     - name: Build Project natively
-      uses: threeal/cmake-action@v2.0.0
+      uses: threeal/cmake-action@v2.1.0
       # Step runs for all except this combination
       if: matrix.os != 'ubuntu-latest' || matrix.target_arch != 'aarch64'  
       with:
@@ -62,7 +62,7 @@ jobs:
       
     - name: Build Project with cross-compiler
       if: matrix.os == 'ubuntu-latest' && matrix.target_arch == 'aarch64'
-      uses: threeal/cmake-action@v2.0.0
+      uses: threeal/cmake-action@v2.1.0
       with:
         build-dir: ${{github.workspace}}/build
         build-args: -j8