Skip to content

Commit

Permalink
Add Linux dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Aug 26, 2023
1 parent 997b2cd commit fbb4959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Publishing for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
rust: [stable]
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1
sudo apt-get install -y webkit2gtk-4.1 libxdo-dev
- name: Checking out sources
uses: actions/checkout@v3
- name: Running cargo build
Expand Down

0 comments on commit fbb4959

Please sign in to comment.