Skip to content

Commit

Permalink
fix: missing dependencies error
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jun 4, 2024
1 parent b281d8b commit 5b4912c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
fail-fast: false
matrix:
job:
- { target: x86_64-apple-darwin, os: macos-11 }
- { target: x86_64-apple-darwin, os: macos-14 }
env:
MACOS_APP_RELEASE_PATH: frontend/appflowy_flutter/product/${{ needs.prepare.outputs.version }}/macos/Release
MACOS_DMG_NAME: AppFlowy_${{ github.ref_name }}_macos-x86_64
Expand Down Expand Up @@ -271,6 +271,7 @@ jobs:
sudo apt-get install -y build-essential libsqlite3-dev libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev
sudo apt-get install keybinder-3.0 libnotify-dev
sudo apt-get -y install alien
sudo apt install libmpv-dev mpv
source $HOME/.cargo/env
cargo install --force cargo-make
cargo install --force duckscript_cli
Expand Down

0 comments on commit 5b4912c

Please sign in to comment.