From d523b89b557d596842d7188d53a8902e20392d22 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 30 Oct 2024 17:49:14 -0700 Subject: [PATCH] Fix decompress nox step on windows --- .github/workflows/test-action-windows-gh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action-windows-gh.yml b/.github/workflows/test-action-windows-gh.yml index 9c9d6ed6228..96cb9c381df 100644 --- a/.github/workflows/test-action-windows-gh.yml +++ b/.github/workflows/test-action-windows-gh.yml @@ -180,7 +180,7 @@ jobs: - name: Decompress .nox Directory run: | - tools --timestamps vm decompress-dependencies ${{ inputs.distro-slug }} + nox --force-color -e decompress-dependencies -- windows ${{ inputs.arch }} - name: Download testrun-changed-files.txt if: ${{ fromJSON(inputs.testrun)['type'] != 'full' }}