From fc366e87437b13f5b3e7fd67901716f381a7812a Mon Sep 17 00:00:00 2001 From: Lance Pollard Date: Mon, 22 Jan 2024 21:54:48 -0800 Subject: [PATCH] save --- .github/workflows/choco.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/choco.yaml b/.github/workflows/choco.yaml index 6cde6e4..5c04fd1 100644 --- a/.github/workflows/choco.yaml +++ b/.github/workflows/choco.yaml @@ -11,10 +11,10 @@ jobs: - name: Cache Tools uses: actions/cache@v4 with: - path: $env:TEMP + path: /cache key: ${{ runner.os }}-temp-cache - name: Set Choco cache path - run: choco config set cacheLocation $env:TEMP + run: choco config set cacheLocation /cache - name: Install Node.js uses: actions/setup-node@v4 with: