From d224f699d944bce5cb18e53f371a87364fe169b0 Mon Sep 17 00:00:00 2001 From: Lasse Rosenow Date: Mon, 28 Oct 2024 15:37:07 +0000 Subject: [PATCH] Test --- .github/workflows/riot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/riot.yml b/.github/workflows/riot.yml index 7f48a798..92b706c7 100644 --- a/.github/workflows/riot.yml +++ b/.github/workflows/riot.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest container: image: riot/riotbuild:latest - env: - RIOT_VERSION: "2024.07" - RIOTBASE: "/opt/riot-2024.07" + env: + RIOT_VERSION: "2024.07" + RIOTBASE: "/opt/riot-2024.07" steps: - name: Checkout uses: actions/checkout@v3