ci: update the checks dependencies #96

Merged
matous-volf merged 2 commits from ci/checks-update into main 2025-08-07 13:10:10 +00:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit 907ddaacbe - Show all commits

View File

@ -22,7 +22,7 @@ jobs:
with: with:
python-version: "3.13.1" python-version: "3.13.1"
- name: Rust toolchain installation - name: Rust toolchain installation
uses: dtolnay/rust-toolchain@0579bb9e1907e560c2f263f705f93655a44a07e5 uses: dtolnay/rust-toolchain@6691ebadcb18182cc1391d07c9f295f657c593cd
- name: code checkout - name: code checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with: with:

View File

@ -21,18 +21,20 @@ jobs:
run: > run: >
apt-get update && apt-get install -y apt-get update && apt-get install -y
libgtk-3-dev=3.24.33-1ubuntu2.2 libgtk-3-dev=3.24.33-1ubuntu2.2
libjavascriptcoregtk-4.1-dev=2.46.5-0ubuntu0.22.04.1 libjavascriptcoregtk-4.1-dev=2.48.3-0ubuntu0.22.04.1
libsoup-3.0-dev=3.0.7-0ubuntu1 libsoup-3.0-dev=3.0.7-0ubuntu1
libwebkit2gtk-4.1-dev=2.46.5-0ubuntu0.22.04.1 libwebkit2gtk-4.1-dev=2.48.3-0ubuntu0.22.04.1
libxdo-dev=1:3.20160805.1-4 libxdo-dev=1:3.20160805.1-4
- name: Rust toolchain installation - name: Rust toolchain installation
uses: dtolnay/rust-toolchain@0579bb9e1907e560c2f263f705f93655a44a07e5 uses: dtolnay/rust-toolchain@6691ebadcb18182cc1391d07c9f295f657c593cd
with: with:
components: clippy, rustfmt components: clippy, rustfmt
- name: code checkout - name: code checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with: with:
fetch-depth: 0 fetch-depth: 0
- name: .env symlink creation
run: ln -s .env.example .env
- name: npm build - name: npm build
run: npm install && npm run build run: npm install && npm run build
- name: rustfmt check - name: rustfmt check