Skip to content

Commit

Permalink
move to jitpack?
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwatson committed Jul 26, 2024
1 parent 5def7c2 commit a92a8cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions install_toolchains.sh

This file was deleted.

5 changes: 4 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ jdk:
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open
- ./install_toolchains.sh
- 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

0 comments on commit a92a8cc

Please sign in to comment.