Skip to content

Commit

Permalink
Update cmake_ninja_crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Oct 24, 2022
1 parent 01a6840 commit 7eb394c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake_ninja_crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,12 @@ jobs:
run: echo "cmake-deb-deps=openssl" >> $GITHUB_ENV

- name: Host - Create deb packages
uses: jiro4989/build-deb-action@v2.5.2
uses: jiro4989/build-deb-action@v2.7.0
with:
package: "${{ matrix.name }}"
package_root: build
maintainer: swizzin
compress_type: gzip
version: "${{ env.cmake_version }}+${{ env.ninja_version }}"
depends: "${{ env.cmake-deb-deps }}"
arch: "${{ matrix.arch }}"
Expand Down

0 comments on commit 7eb394c

Please sign in to comment.