From dc1c826d8fc31ccc48017b01537be34f79aa4fcd Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 12 Jul 2023 20:23:06 -0700 Subject: [PATCH] test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adc2f17..efc4588 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: run: | echo '${{ github.workspace }}'"/external/dlls" >> $GITHUB_PATH + ## Restore nimble deps - name: Restore nimble dependencies from cache id: nimble_deps uses: actions/cache@v3