Skip to content

Commit

Permalink
fix: github workflow related 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Sep 30, 2024
1 parent 9646bc0 commit 58c4ff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name:
- name: Install probe-rs and egui dependencies
run: sudo apt install -y libudev-dev libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 58c4ff6

Please sign in to comment.