mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-28 22:16:05 -04:00
Fix DrString curl
This commit is contained in:
parent
704e261d39
commit
1ae8e75e0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/do_all_of_the_things.yml
vendored
2
.github/workflows/do_all_of_the_things.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Run SwiftLint
|
||||
run: swiftlint --strict
|
||||
- name: Download DrString
|
||||
run: curl --silent https://api.github.com/repos/dduan/DrString/releases/latest | grep "browser_download_url.*drstring-x86_64-apple-darwin.tar.gz" | awk '{ print $NF }' | tr -d '"' | curl --location --silent --output drstring-x86_64-apple-darwin.tar.gz
|
||||
run: curl --location --remote-name https://github.com/dduan/DrString/releases/latest/download/drstring-x86_64-apple-darwin.tar.gz
|
||||
- name: Extract DrString
|
||||
run: tar --extract --file drstring-x86_64-apple-darwin.tar.gz --directory drstring-x86_64-apple-darwin
|
||||
- name: Add DrString to $PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue