Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Feb 8, 2020
1 parent 38d14b2 commit 465ebe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install Linux Packages
if: matrix.name == 'linux-latest'
run: sudo apt install -y --no-install-recommends libasound2-dev libudev-dev pkg-config
run: sudo apt update && sudo apt install -y --no-install-recommends libasound2-dev libudev-dev pkg-config

- name: Cache Rust Dependencies (Unix)
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 465ebe1

Please sign in to comment.