From a8ac4c6acb83b00c0f6849cd91be188a457b75fb Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Tue, 6 Jun 2023 15:11:59 -0400 Subject: [PATCH] Add dependencies first --- .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 20b9f5b..2d2ee40 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -5,11 +5,11 @@ jobs: Explore-CI: runs-on: docker steps: - - name: Check out repository code - uses: actions/checkout@v3 - name: Grab misc. dependencies run: | apt install -y librust-libudev-sys-dev build-essential + - name: Check out repository code + uses: actions/checkout@v3 - name: Grab Rust toolchain uses: https://github.com/actions-rs/toolchain@v1 with: