Skip to content

Commit

Permalink
Merge pull request #10 from luyanci/luyanci-patch-3
Browse files Browse the repository at this point in the history
更新 build.yml
  • Loading branch information
luyanci authored Sep 18, 2024
2 parents 977d4e6 + 7ec6f20 commit ee6a4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
if echo $toolchain | jq -e 'has("url")' > /dev/null; then
# If from archive
toolchain_url=$(echo $toolchain | jq -r ".url")
mkdir -p $toolchain_name
mkdir -p "$toolchain_name"
# Download archive
wget "$toolchain_url"
Expand Down

0 comments on commit ee6a4fe

Please sign in to comment.