Skip to content

Commit

Permalink
feat: add new workload pod and fixed orphan tcp connections
Browse files Browse the repository at this point in the history
  • Loading branch information
hcavarsan committed Jun 19, 2024
1 parent 7fb377a commit c20822a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install dependencies for Linux
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev libssl-dev
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit c20822a

Please sign in to comment.