.gitea/workflows/pull_request.yaml aktualisiert
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 7m41s

This commit is contained in:
hodasemi 2023-08-16 10:07:33 +02:00
parent 0480fe93f0
commit f42ba30af8

View file

@ -15,7 +15,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update apt-get update
apt-get install --no-install-recommends -y universal-ctags glslang-tools clang-dev apt-get install --no-install-recommends -y universal-ctags glslang-tools libclang-dev
- name: Build - name: Build
run: cargo build run: cargo build