workflow fix?
This commit is contained in:
@@ -6,6 +6,11 @@ on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
- name: Install Linux dependencies
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libasound2-dev pkg-config
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -27,7 +32,7 @@ jobs:
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
# - uses: Swatinem/rust-cache@v2
|
||||
|
||||
- run: cargo build --release --target ${{ matrix.target }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user