Skip to content

Commit

Permalink
fix: rust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Nov 21, 2023
1 parent ffe1e7a commit 8d90d06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: sudo apt update
- name: Install dependencies
run: sudo apt install libgtk-4-dev pkg-config libvulkan-dev libdrm-dev
- name: Install blueprint-compiler
run: curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_all.deb && sudo apt install -y /tmp/blueprint-compiler.deb
- name: Build
run: cargo build
- name: Run tests
Expand Down

0 comments on commit 8d90d06

Please sign in to comment.