Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set festivald & festival-cli as unmaintained #89

Merged
merged 6 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
# pkg: [festival-gui, festivald, festival-cli]
pkg: [festival-gui]

steps:
Expand All @@ -39,7 +38,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt update
sudo apt install -y libgtk-3-dev libasound2-dev libjack-dev libpulse-dev
sudo apt install -y libgtk-3-dev libasound2-dev libjack-dev libpulse-dev libfuse2
elif [ "$RUNNER_OS" == "macOS" ]; then
rustup target add aarch64-apple-darwin
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
pkg: [gui,daemon,cli]
pkg: [gui]

steps:
- uses: actions/checkout@v4
Expand Down
Loading
Loading