From 573df9a8e3a2fe60d51c1184bc25393689fb05c3 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Tue, 6 Jun 2023 15:07:40 -0400 Subject: [PATCH] Add build-essential --- .forgejo/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 10fd08d..20b9f5b 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -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: