From ff115b119fa19269010d9252855c2374881b9f46 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 19 Nov 2020 11:39:28 -0800 Subject: [PATCH] try to fix yaml syntax error --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a451d629..e18eb27f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,12 +12,12 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 - id: arduino-cache - with: - path: | - ${{ github.workspace }}/.arduino/data - ${{ github.workspace }}/.arduino/downloads - key: ${{ runner.os }}-arduino + id: arduino-cache + with: + path: | + ${{ github.workspace }}/.arduino/data + ${{ github.workspace }}/.arduino/downloads + key: ${{ runner.os }}-arduino ## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in. ## This makes sure we're using the current version of the library.