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 d67e2de161 - Show all commits

View file

@ -3,11 +3,11 @@ run-name: ${{ github.actor }} is testing
on: [push]
jobs:
Explore-CI:
runs-on: aarch64
runs-on: docker
steps:
- name: Grab misc. dependencies
run: |
apt install -y librust-libudev-sys-dev build-essential
apt update && apt install -y librust-libudev-sys-dev build-essential
- name: Check out repository code
uses: actions/checkout@v3
- name: Grab Rust toolchain