mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix build linux github action
This commit is contained in:
parent
5a89655982
commit
a935f25344
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -44,9 +44,8 @@ jobs:
|
||||
run: |
|
||||
sudo wget -qO /etc/apt/trusted.gpg.d/dart_linux_signing_key.asc https://dl-ssl.google.com/linux/linux_signing_key.pub
|
||||
sudo wget -qO /etc/apt/sources.list.d/dart_stable.list https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list
|
||||
apt-get update
|
||||
apt-get install -y dart curl build-essential libsqlite3-dev \
|
||||
libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y dart curl build-essential libsqlite3-dev libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev
|
||||
- name: Rust
|
||||
run: |
|
||||
curl \
|
||||
|
Loading…
Reference in New Issue
Block a user