From e7207b2a474fec14010f1fd84c18f471942caf34 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 22 Aug 2024 01:42:48 +0200 Subject: [PATCH] DO NOT MERGE: Bend CI to use 0.9 RIOT branch --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7d6167..bfb1e70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,8 +32,9 @@ jobs: - name: Check out RIOT uses: actions/checkout@v3 with: - repository: RIOT-OS/RIOT + repository: chrysn-pull-requests/RIOT path: RIOT + branch: riotwrappers-sleep-consistency - name: Patch .cargo/config.toml to use current checkout run: | set -x