Skip to content

Commit

Permalink
Merge branch 'main' into feature-legacy-createinstallmedia-apple-silicon
Browse files Browse the repository at this point in the history
* main:
  Fix DrString universal binary URL
  • Loading branch information
ninxsoft committed Feb 25, 2024
2 parents ab732e9 + cb48971 commit c871546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run SwiftFormat
run: swiftformat --lint .
- name: Download DrString
run: curl --location --remote-name https://github.com/dduan/DrString/releases/latest/download/drstring-x86_64-apple-darwin.tar.gz
run: curl --location --remote-name https://github.com/dduan/DrString/releases/latest/download/drstring-universal-apple-darwin.tar.gz
- name: Extract DrString
run: |
mkdir drstring-x86_64-apple-darwin
Expand Down

0 comments on commit c871546

Please sign in to comment.