From 909afb9e71e547e999d1da2b022dab2855654b10 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 4 Mar 2025 21:03:32 -0500 Subject: [PATCH] fix ci workflow 5 --- .forgejo/workflows/check_latest_dependencies.yml | 3 +++ .forgejo/workflows/ci.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.forgejo/workflows/check_latest_dependencies.yml b/.forgejo/workflows/check_latest_dependencies.yml index 353f64e..5859332 100644 --- a/.forgejo/workflows/check_latest_dependencies.yml +++ b/.forgejo/workflows/check_latest_dependencies.yml @@ -11,6 +11,9 @@ jobs: latest_deps: name: Verify Latest Dependencies runs-on: docker + + container: + image: node continue-on-error: true env: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e20fa13..93c580b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: build_and_test: name: wxbox - latest runs-on: docker + container: + image: node strategy: matrix: toolchain: