Skip to content

Commit

Permalink
Install libvncserver-dev as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jul 2, 2024
1 parent 6ca517d commit 69a4d36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
toolchain: stable
override: true

- name: Install libvnc as dependency
run: apt-get install libvncserver-dev

- name: Run cargo audit in ${{ matrix.subdir }}
working-directory: ${{ matrix.subdir }}
run: cargo audit --color always
4 changes: 4 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install libvnc as dependency
run: apt-get install libvncserver-dev


- name: Run cargo fmt in ${{ matrix.subdir }}
working-directory: ${{ matrix.subdir }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install libvncserver-devel as dependency
run: apt-get install libvncserver-dev

- name: Run Cargo test
working-directory: ${{ matrix.subdir }}
Expand Down

0 comments on commit 69a4d36

Please sign in to comment.