Skip to content

Commit

Permalink
Update cmake_ninja_crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs authored May 14, 2022
1 parent 8d26cd4 commit 0b134a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake_ninja_crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
os_version_id: bionic
- os_id: debian
os_version_id: focal
- os_id: debian
os_version_id: jammy
- os_id: ubuntu
os_version_id: stretch
- os_id: ubuntu
Expand Down Expand Up @@ -197,6 +199,6 @@ jobs:
replacesArtifacts: true
tag: "${{ env.cmake_version }}_${{ env.ninja_version }}"
name: "cmake ${{ env.cmake_version }} ninja ${{ env.ninja_version }}"
body: "cmake and ninja built from github master on amd64 arm64 armhf for Debian Stretch Buster Bullseye and Ubuntu bionic Focal"
body: "cmake and ninja built from github master on amd64 arm64 armhf for Debian Stretch Buster Bullseye and Ubuntu Bionic Focal Jammy"
allowUpdates: true
token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0b134a6

Please sign in to comment.