Skip to content

Commit

Permalink
Fix running rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 3, 2025
1 parent 0824e1c commit a4ed1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_Flatpak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
# branches: [main]
pull_request:
name: CI
name: Build Flatpak app
jobs:
flatpak:
name: "Flatpak"
Expand All @@ -17,10 +17,10 @@ jobs:
- name: Install rustup
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "export PATH=$HOME/.cargo/bin:\$PATH" >> $GITHUB_ENV
- name: Run rustup
run: |
. "$HOME/.cargo/env"
rustup toolchain -y install stable
# apt-get update
# apt-get install -y flatpak-builder
Expand Down

0 comments on commit a4ed1b6

Please sign in to comment.