From 42de7d8d273d6430e6e34a9a70193f3ad39459ce Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Fri, 8 Nov 2024 11:01:09 +0200 Subject: [PATCH] dev: bump workflow rust version --- pkg/recipes/lact-headless/recipe.yml | 2 +- pkg/recipes/lact-libadwaita/recipe.yml | 2 +- pkg/recipes/lact/recipe.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/recipes/lact-headless/recipe.yml b/pkg/recipes/lact-headless/recipe.yml index 0c10084..4f18d11 100644 --- a/pkg/recipes/lact-headless/recipe.yml +++ b/pkg/recipes/lact-headless/recipe.yml @@ -28,7 +28,7 @@ env: configure: steps: - cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL - - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.76 + - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78 - cmd: pacman -Syu --noconfirm pkg: true build: diff --git a/pkg/recipes/lact-libadwaita/recipe.yml b/pkg/recipes/lact-libadwaita/recipe.yml index 9a7ec13..b50c54c 100644 --- a/pkg/recipes/lact-libadwaita/recipe.yml +++ b/pkg/recipes/lact-libadwaita/recipe.yml @@ -26,7 +26,7 @@ env: configure: steps: - cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL - - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.76 + - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78 - cmd: >- curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_all.deb && apt install -y /tmp/blueprint-compiler.deb diff --git a/pkg/recipes/lact/recipe.yml b/pkg/recipes/lact/recipe.yml index 6fecac7..31d9402 100644 --- a/pkg/recipes/lact/recipe.yml +++ b/pkg/recipes/lact/recipe.yml @@ -28,7 +28,7 @@ env: configure: steps: - cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL - - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.76 + - cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78 - cmd: >- curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_all.deb && apt install -y /tmp/blueprint-compiler.deb