Skip to content

Commit

Permalink
rreeee
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 29, 2024
1 parent 6733f22 commit 6cdfe75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_Flatpak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cdfe75

Please sign in to comment.