chore: update CI
This commit is contained in:
parent
eb55cd020f
commit
2b7fd9b8e2
2 changed files with 8 additions and 8 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -15,9 +15,9 @@ jobs:
|
|||
name: Rustfmt
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
- name: install toolchain
|
||||
run: rustup toolchain install 1.80.1 --component rustfmt
|
||||
run: rustup toolchain install 1.90.0 --component rustfmt
|
||||
- name: fmt
|
||||
run: cargo fmt --all --check
|
||||
|
||||
|
|
@ -27,9 +27,9 @@ jobs:
|
|||
steps:
|
||||
- name: install system dependencies
|
||||
run: sudo apt-get update && sudo apt-get install lld cmake libclang-dev libexpat1-dev libfontconfig-dev libfreetype-dev libpipewire-0.3-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
- name: install toolchain
|
||||
run: rustup toolchain install 1.80.1 --component clippy
|
||||
run: rustup toolchain install 1.90.0 --component clippy
|
||||
- name: clippy
|
||||
run: cargo clippy --all-features
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
steps:
|
||||
- name: install system dependencies
|
||||
run: sudo apt-get update && sudo apt-get install lld cmake libclang-dev libexpat1-dev libfontconfig-dev libfreetype-dev libpipewire-0.3-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
- name: install toolchain
|
||||
run: rustup show
|
||||
- name: test
|
||||
|
|
@ -51,8 +51,8 @@ jobs:
|
|||
steps:
|
||||
- name: install system dependencies
|
||||
run: sudo apt-get update && sudo apt-get install lld cmake libclang-dev libexpat1-dev libfontconfig-dev libfreetype-dev libpipewire-0.3-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev just
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
- name: install toolchain
|
||||
run: rustup show
|
||||
- name: check features
|
||||
run: just check-features
|
||||
run: just check-features
|
||||
|
|
|
|||
2
.github/workflows/validate-desktop-files.yml
vendored
2
.github/workflows/validate-desktop-files.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
image: ubuntu:25.10
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install desktop-file-utils
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue