Add actions file #54
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