Module: kamailio Branch: master Commit: e71b02a326e2ce54e4bf6c6c209f79af43c54278 URL: https://github.com/kamailio/kamailio/commit/e71b02a326e2ce54e4bf6c6c209f79af43c54278
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva <linuxman...@torreviejawireless.org> Date: 2024-12-10T07:59:12+01:00 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] <supp...@github.com> --- Modified: .github/workflows/cmake_build.yml --- Diff: https://github.com/kamailio/kamailio/commit/e71b02a326e2ce54e4bf6c6c209f79af43c54278.diff Patch: https://github.com/kamailio/kamailio/commit/e71b02a326e2ce54e4bf6c6c209f79af43c54278.patch --- diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 8bab75c65bb..73ab19ef5d7 100644 --- a/.github/workflows/cmake_build.yml +++ b/.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 _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!