CI take 2
Some checks failed
Rust / rustfmt (pull_request) Failing after 26s
Rust / clippy (pull_request) Successful in 1m48s
Rust / build (pull_request) Failing after 6m40s

This commit is contained in:
Dominic 2024-07-05 22:57:58 +02:00
parent c2344685cd
commit ed9bcd4148
Signed by: msrd0
GPG key ID: AAF7C8430CA3345D

View file

@ -22,7 +22,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install --no-install-recommends \ sudo apt-get install -y --no-install-recommends \
g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@1.79.0 - uses: https://github.com/dtolnay/rust-toolchain@1.79.0
@ -46,7 +46,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install --no-install-recommends \ sudo apt-get install -y --no-install-recommends \
g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable - uses: https://github.com/dtolnay/rust-toolchain@stable