Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEZ-DEV authored Dec 8, 2023
1 parent 5dc84e6 commit 7682e29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
- name: Setup-environment
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler libgtk-3-dev ninja-build
sudo apt-get install -y libgtk-3-dev ninja-build
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
unzip protoc-3.15.8-linux-x86_64.zip -d $HOME/.local
export PATH="$PATH:$HOME/.local/bin"
yes | flutter doctor --android-licenses
cargo install rinf
flutter upgrade
Expand Down

0 comments on commit 7682e29

Please sign in to comment.