summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorisabel2023-04-14 19:14:47 +0100
committerisabel2023-04-14 19:14:47 +0100
commitf8f1548cd69683aba963b0396ad930ba57cfcd7e (patch)
tree981b048b59d1acd4ab8ca4c33ba7dca67c7d9ded
parentc1e0d516c3a62b4b2c3f0fca4aeccc398338a6ba (diff)
downloadaur-f8f1548cd69683aba963b0396ad930ba57cfcd7e.tar.gz
check install
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b48801512b1..a95dd3188661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ source=("$pkgname::git+$url")
md5sums=('SKIP')
build() {
+ export RUSTUP_TOOLCHAIN=stable
cd "$pkgname"
cargo build --release
}