From a92a8cc415ee145eb6866295d6c9f5b1715d0cc8 Mon Sep 17 00:00:00 2001 From: wilsonwatson Date: Fri, 26 Jul 2024 01:53:59 -0500 Subject: [PATCH] move to jitpack? --- install_toolchains.sh | 4 ---- jitpack.yml | 5 ++++- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 install_toolchains.sh diff --git a/install_toolchains.sh b/install_toolchains.sh deleted file mode 100644 index b96fc12..0000000 --- a/install_toolchains.sh +++ /dev/null @@ -1,4 +0,0 @@ -apt-get update -apt-get install -y build-essential curl g++-mingw-w64-x86-64 -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y -$HOME/.cargo/bin/rustup target add x86_64-pc-windows-gnu diff --git a/jitpack.yml b/jitpack.yml index c974ccf..d165741 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -3,4 +3,7 @@ jdk: before_install: - sdk install java 17.0.1-open - sdk use java 17.0.1-open - - ./install_toolchains.sh \ No newline at end of file + - apt-get update + - apt-get install -y build-essential curl g++-mingw-w64-x86-64 + - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y + - $HOME/.cargo/bin/rustup target add x86_64-pc-windows-gnu \ No newline at end of file