Skip to content

Commit

Permalink
Merge pull request #3052 from rmartin16/fix-testbed-linux-textual
Browse files Browse the repository at this point in the history
Install build-essential package for testbed textual-linux
  • Loading branch information
rmartin16 authored Dec 21, 2024
2 parents c69f5e4 + 1de4364 commit 36d6336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ jobs:
setup-python: false # Use the system Python packages
briefcase-run-args: --config 'requires=["../core","../textual"]' --config 'console_app=true'
app-user-data-path: "$HOME/.local/share/testbed"
# install the meta-package build-essential since Briefcase explicitly checks for it
pre-command: sudo apt update -y && sudo apt install -y build-essential

- backend: "textual-macOS"
platform: "macOS"
Expand Down
1 change: 1 addition & 0 deletions changes/3051.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The meta-package build-essential is installed for running testbed for textual on Linux since ubuntu-24.04 doesn't include it and Briefcase explicitly checks for it.

0 comments on commit 36d6336

Please sign in to comment.