CI: Remove fixed path

This commit is contained in:
Jonas Kvinge 2023-09-24 18:16:01 +02:00
parent b105b9fd8f
commit 9e38cd8dc2
1 changed files with 1 additions and 1 deletions

View File

@ -1334,7 +1334,7 @@ jobs:
- name: Extract Windows MSVC dependencies
shell: bash
working-directory: downloads
run: tar -C /c -xf /d/a/strawberry/strawberry/downloads/strawberry-msvc-${{matrix.arch}}-${{matrix.build_type}}.tar.xz
run: tar -C /c -xf strawberry-msvc-${{matrix.arch}}-${{matrix.build_type}}.tar.xz
- name: Update PATH
run: echo "${{env.prefix_path_backslash}}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append