diff --git a/.github/actions/setup-build/action.yml b/.github/actions/setup-build/action.yml index 35405c1..2ff302a 100644 --- a/.github/actions/setup-build/action.yml +++ b/.github/actions/setup-build/action.yml @@ -16,4 +16,11 @@ runs: - name: Setup Rust uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 'stable' \ No newline at end of file + toolchain: 'stable' + + - name: install dependencies + shell: bash + if: inputs.os == 'ubuntu-latest' + run: | + sudo apt-get update + sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev librsvg2-dev \ No newline at end of file