Skip to content

Commit

Permalink
✨ feat: Add GUI basic
Browse files Browse the repository at this point in the history
- Add GUI basic structure
- Add monitor capture for GUI as an example
  • Loading branch information
wychlw committed Sep 19, 2024
1 parent aeb1fe0 commit e3f01de
Show file tree
Hide file tree
Showing 6 changed files with 634 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
sudo apt-get install -y pkg-config libssl-dev openssl
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
sudo apt-get install -y pkg-config libssl-dev openssl
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down
Loading

0 comments on commit e3f01de

Please sign in to comment.