.gitea/workflows/pull_request.yaml aktualisiert
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 4m22s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 4m22s
This commit is contained in:
parent
2a59415b11
commit
ec538cb1f5
1 changed files with 5 additions and 0 deletions
|
@ -12,5 +12,10 @@ jobs:
|
|||
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y libclang-dev
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
||||
|
|
Loading…
Reference in a new issue