Skip to content

Commit

Permalink
Fix script param
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Nov 23, 2024
1 parent 831189a commit 4966ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/github_fetch_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo du -hs "$_src_dir"
rm -rf "$_src_dir/out" || true
mkdir -p "$_download_cache"

"$_root_dir/retrieve_and_unpack_resource.sh" -g "$_target_cpu"
"$_root_dir/retrieve_and_unpack_resource.sh" "$_target_cpu" -g

mkdir -p "$_src_dir/out/Default"

Expand All @@ -27,6 +27,6 @@ mkdir -p "$_src_dir/out/Default"
mkdir -p "$_src_dir/third_party/llvm-build/Release+Asserts"
mkdir -p "$_src_dir/third_party/rust-toolchain/bin"

"$_root_dir/retrieve_and_unpack_resource.sh" -p "$_target_cpu"
"$_root_dir/retrieve_and_unpack_resource.sh" "$_target_cpu" -p

rm -rvf "$_download_cache"

0 comments on commit 4966ee5

Please sign in to comment.