add library?
Some checks failed
Demo / Explore-CI (push) Failing after 7s

This commit is contained in:
Blizzard Finnegan 2023-06-06 14:53:25 -04:00
parent 768c090462
commit b3794a100f
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -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: