Skip to content

Update psakefile.ps1, change to manylinux_2_28_x86_64 #1760

Update psakefile.ps1, change to manylinux_2_28_x86_64

Update psakefile.ps1, change to manylinux_2_28_x86_64 #1760

Workflow file for this run

name: licenses
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}