From 6cdfe750659985c0ca1f49da07ad3d06d02cf46f Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Sun, 29 Dec 2024 20:21:49 +0100 Subject: [PATCH] rreeee --- .github/workflows/build_Flatpak.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_Flatpak.yaml b/.github/workflows/build_Flatpak.yaml index 2cb33ba57..49fe835b0 100644 --- a/.github/workflows/build_Flatpak.yaml +++ b/.github/workflows/build_Flatpak.yaml @@ -14,10 +14,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install dependencies + - name: Install rustup run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - echo woo + + - name: Run rustup + run: | rustup toolchain -y install stable # apt-get update # apt-get install -y flatpak-builder