diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b21b345..930c346 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Prep build for ${{ matrix.os }} + run: sudo apt-get install libudev-dev - name: Build for ${{ matrix.os }} run: cargo build --verbose --release # - name: Run tests diff --git a/Cargo.toml b/Cargo.toml index ab378e9..e709bb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright (C) 2019 John Goerzen "] edition = "2018" +license = "GPL-3.0+" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html