v2.1.0 #3

Merged
blizzardfinnegan merged 42 commits from devel into stable 2023-06-09 10:08:34 -04:00
Showing only changes of commit b3794a100f - Show all commits

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: