fix ci workflow
Some checks failed
Verify Latest Dependencies / Verify Latest Dependencies (push) Failing after 1s
build and test / wxbox - latest (push) Failing after 1s

This commit is contained in:
core 2025-03-04 20:55:06 -05:00
parent 2a2f46a5ff
commit 57e1e7abbf
Signed by: core
GPG key ID: FDBF740DADDCEECF
2 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,24 @@
name: Verify Latest Dependencies
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
latest_deps:
name: Verify Latest Dependencies
runs-on: docker
container:
image: ubuntu-latest
continue-on-error: true
env:
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo update --verbose
- run: cargo build --verbose
- run: cargo test --verbose

View file

@ -10,7 +10,9 @@ env:
jobs:
build_and_test:
name: wxbox - latest
runs-on: ubuntu-latest
runs-on: docker
container:
image: ubuntu-latest
strategy:
matrix:
toolchain: