Skip to content

Commit

Permalink
github actions msbuild - Fix rustc source download
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Sep 2, 2023
1 parent 53581ac commit b362b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Download rust source
shell: powershell
run: |
Invoke-WebRequest -Method Get -Uri https://static.rust-lang.org/dist/rustc-${{matrix.rustver}}.0-src.tar.gz -UseBasicParsing
Invoke-WebRequest -Method Get -Uri https://static.rust-lang.org/dist/rustc-${{matrix.rustver}}.0-src.tar.gz -OutFile rustc-${{matrix.rustver}}.0-src.tar.gz -UseBasicParsing
# Chain 7z invocations to extract the tarball directly - see https://superuser.com/a/546694
- name: Extract rust source
shell: cmd
Expand Down

0 comments on commit b362b94

Please sign in to comment.