mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-15 07:34:47 -04:00
Fix DrString tar
This commit is contained in:
parent
1ae8e75e0c
commit
1bb767ff85
1 changed files with 3 additions and 1 deletions
4
.github/workflows/do_all_of_the_things.yml
vendored
4
.github/workflows/do_all_of_the_things.yml
vendored
|
@ -14,7 +14,9 @@ jobs:
|
|||
- name: Download DrString
|
||||
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
|
||||
run: |
|
||||
mkdir drstring-x86_64-apple-darwin
|
||||
tar --extract --file drstring-x86_64-apple-darwin.tar.gz --directory drstring-x86_64-apple-darwin
|
||||
- name: Add DrString to $PATH
|
||||
run: echo "$GITHUB_WORKSPACE/drstring-x86_64-apple-darwin" >> $GITHUB_PATH
|
||||
- name: Print DrString version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue