.gitea/workflows/pull_request.yaml aktualisiert
This commit is contained in:
parent
99fad3deb3
commit
a94d96a1ac
1 changed files with 5 additions and 0 deletions
|
@ -15,5 +15,10 @@ jobs:
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install --no-install-recommends -y glslang-tools
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|
Loading…
Reference in a new issue