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