From aa5260df7363fcea4f854c2b7d40c5f72696fea5 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 23 Nov 2021 11:32:16 -0600 Subject: [PATCH] update binaries cache --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29b30603..a2c6fc43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: id: nim-cache uses: actions/cache@v2 with: - path: nim + path: nim-dagger/NimBinaries key: 'nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ steps.versions.outputs.nimbus_build_system }}' - name: Build Nim and Dagger dependencies @@ -171,7 +171,6 @@ jobs: - name: Run nim-dagger tests shell: bash + working-directory: nim-dagger run: | - export UCPU="$cpu" - cd nim-dagger make test