Skip to content

Commit

Permalink
ci(github/windows): extract busybox-w32 to subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed May 30, 2024
1 parent f503d7b commit 9f375df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
- name: Download busybox-w32
run: |
Invoke-WebRequest -Uri https://dbohdan.com/dist/busybox-w32-FRP-5301-gda71f7c57.7z -OutFile busybox.7z
7z x busybox.7z
7z x -obusybox busybox.7z
New-Item -Path busybox.exe -ItemType SymbolicLink -Value busybox\busybox.exe
if (
(Get-FileHash -Algorithm SHA256 busybox.exe).Hash -ne "DD6B2FC4D4809FF39F0E738C0DCB85624187ABF3E3239043BDD4E64BB4BA8EC3"
Expand Down

0 comments on commit 9f375df

Please sign in to comment.