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

Fix ubuntu CI #3498

Merged
merged 1 commit into from
Oct 13, 2024
Merged

Fix ubuntu CI #3498

merged 1 commit into from
Oct 13, 2024

Conversation

Jarod42
Copy link
Contributor

@Jarod42 Jarod42 commented Oct 13, 2024

No description provided.

run: sudo apt-get install build-essential cmake git libedit-dev libgtk-3-dev libhunspell-dev libsqlite3-dev libssh-dev pkg-config xterm
run: |
sudo apt-get update
sudo apt-get install build-essential cmake git libedit-dev libgtk-3-dev libhunspell-dev libsqlite3-dev libssh-dev pkg-config xterm
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better user -y to avoid extra questions?
sudo apt-get install -y ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont know, not familiar.

@eranif eranif merged commit 9ac9c40 into eranif:master Oct 13, 2024
4 checks passed
@Jarod42 Jarod42 deleted the ci_aptget_update branch October 14, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants