From b3794a100f5cead11dadbc0a502917142ed9318c Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Tue, 6 Jun 2023 14:53:25 -0400 Subject: [PATCH] add library? --- .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 461c175..4192571 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -3,13 +3,13 @@ run-name: ${{ github.actor }} is testing on: [push] jobs: Explore-CI: - runs-on: x86-64 + runs-on: docker steps: - name: Check out repository code uses: actions/checkout@v3 - name: List files in the repository run: | - ls ${{ github.workspace }} + apt install librust-udev-sys-dev - name: Grab Rust toolchain uses: https://github.com/actions-rs/toolchain@v1 with: