From 0a391af6ba510d6847ab0920ac082d3857698d8a Mon Sep 17 00:00:00 2001 From: CoolSpy3 Date: Fri, 4 Aug 2023 20:25:56 -0700 Subject: [PATCH] set webots version --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8598116..04a0b5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,7 @@ jobs: id: cache-webots-download uses: DeepBlueRobotics/setup-webots@versioning-and-caching with: - path: ${{ matrix.webotsPkg }} - key: ${{ matrix.os }}-webots-v2021a-${{ matrix.webotsPkg }} + webotsVersion: R2023b - name: Set up JDK 17 uses: actions/setup-java@v3