Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 committed Aug 19, 2024
1 parent 334151b commit 3e6127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/download_paddle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
fi

wget $paddle_url
paddle_svae_dir="$PWD/installed_paddle"
paddle_save_dir="$PWD/installed_paddle"
mkdir -p $paddle_svae_dir
tar -zxf $paddle_tgz_name -C $paddle_svae_dir
export PATH=$paddle_svae_dir/libs:${PATH}

0 comments on commit 3e6127d

Please sign in to comment.