Skip to content

Commit

Permalink
add dev dependency for rfd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjago committed Nov 21, 2023
1 parent d252c5c commit 95a75a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
if [[ ${{ matrix.job.os }} == ubuntu-latest ]]; then
sudo apt update
sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev
sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev
fi
- name: Cargo build
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
target/${{ matrix.job.target }}/release/nparty-*.tar.gz
target/${{ matrix.job.target }}/release/nparty-*.sha256
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 95a75a9

Please sign in to comment.