From 45e3055909462e123fc35ffd78cdad74c8710024 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sun, 1 Oct 2023 13:59:45 +0200 Subject: [PATCH] Make sure versions from meta-rust are used --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ed9837..1cab0e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: echo 'PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"' >> conf/local.conf echo 'MACHINE = "qemuarm64"' >> conf/local.conf echo 'CLANGSDK = "1"' >> conf/local.conf + echo 'require rust_versions.inc' >> conf/local.conf - run: | cd poky . oe-init-build-env