Skip to content

Commit

Permalink
ci: Bump prebuilt dependencies to 20230622
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jun 22, 2023
1 parent 4cf0a57 commit b3c2e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/env/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ outdir=/tmp
set -ex

mkdir -p $outdir/toolchain $outdir/native-sdk $outdir/cross-sdk
deps_url=https://build.frida.re/deps/20230620
deps_url=https://build.frida.re/deps/20230622
curl $deps_url/toolchain-$build_os_arch.tar.bz2 | tar -C $outdir/toolchain -xjf -
curl $deps_url/sdk-$build_os_arch.tar.bz2 | tar -C $outdir/native-sdk -xjf -
curl $deps_url/sdk-$host_os_arch.tar.bz2 | tar -C $outdir/cross-sdk -xjf -
Expand Down

0 comments on commit b3c2e48

Please sign in to comment.