diff options
| -rw-r--r-- | .build.yml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,6 +1,6 @@ image: archlinux packages: - - make + - just - minisign - rsync - coreutils @@ -14,9 +14,6 @@ packages: - python-poetry - flatpak - flatpak-builder - - gtk4 - - libadwaita - - gtksourceview5 - fakeroot - podman sources: @@ -32,9 +29,7 @@ secrets: tasks: - set_rust: | cd map-linux - make set_rust - - install_binstall: | - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + rustup default stable - setup_flatpak_tools: | cd flatpak-builder-tools/cargo poetry install |