Add build-essential
Some checks are pending
Demo / Explore-CI (push) Has started running

This commit is contained in:
Blizzard Finnegan 2023-06-06 15:07:40 -04:00
parent 3cc8ee75ce
commit 573df9a8e3
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -7,9 +7,9 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: List files in the repository
- name: Grab misc. dependencies
run: |
apt install -y librust-libudev-sys-dev
apt install -y librust-libudev-sys-dev build-essential
- name: Grab Rust toolchain
uses: https://github.com/actions-rs/toolchain@v1
with: