From 4db0e26bc5076cf5dbf08d092936c24ad1de192e Mon Sep 17 00:00:00 2001 From: Kimon Papahadjopoulos Date: Sat, 6 Jan 2024 18:25:05 -0800 Subject: [PATCH] fix action by installing dependencies --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d3d425f..3a563aa 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,5 +10,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: sudo apt-get install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev; cargo clippy --features=desktop + - run: sudo apt-get install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev; cargo clippy --features=desktop - run: cargo clippy --all-targets --features=web \ No newline at end of file