.gitea/workflows/pull_request.yaml aktualisiert
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 15m2s
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 15m2s
This commit is contained in:
parent
18e9b32eff
commit
cf63ff7235
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 universal-ctags glslang-tools
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
||||
|
|
Loading…
Reference in a new issue