Skip to content

Commit

Permalink
Add CI check for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 17, 2024
1 parent fc0aba6 commit e8b8465
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ jobs:
- x86_64-apple-darwin

cc:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
# ensures packaging works
- run: |
cargo package --all-features
cargo package --no-default-features --features zlib-ng-no-cmake-experimental-community-maintained
cargo package --no-default-features --features zlib-ng
package:
runs-on: ubuntu-22.04
env:
TARGET_TRIPLE: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit e8b8465

Please sign in to comment.