Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steel97 committed Oct 20, 2024
1 parent d5d329b commit cae6c36
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,15 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.76.0
- name: Install dependencies
run: |
sudo apt update -y
sudo apt install libsecret-1-dev clang pkg-config ninja-build libgtk-3-dev cmake
submodules/flutter/bin/flutter --version
git pull --recurse-submodules
export PUB_CACHE=$(pwd)/.pub-cache
sudo apt update -y
sudo apt install libsecret-1-dev clang pkg-config ninja-build libgtk-3-dev cmake
submodules/flutter/bin/flutter --version
submodules/flutter/bin/flutter config --no-analytics
submodules/flutter/bin/flutter config --enable-linux-desktop
Expand Down

0 comments on commit cae6c36

Please sign in to comment.