Fix decompress step

This commit is contained in:
Daniel A. Wozniak 2024-10-30 17:47:43 -07:00 committed by Daniel Wozniak
parent 8c4221d125
commit 1dc6f5b014

View file

@ -187,7 +187,7 @@ jobs:
- name: Decompress .nox Directory
run: |
tools --timestamps vm decompress-dependencies ${{ inputs.distro-slug }}
nox --force-color -e decompress-dependencies -- linux ${{ inputs.arch }}
- name: Download testrun-changed-files.txt
if: ${{ fromJSON(inputs.testrun)['type'] != 'full' }}