Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienDeepgram committed Jul 14, 2024
1 parent 9d53691 commit 24f7e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo apt-get install -yqq alsa
sudo apt-get install -y libasound2-dev pkg-config
dpkg -L pkg-config
export PKG_CONFIG_PATH=/usr/bin/pkg-config:$PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH
ls -la $PKG_CONFIG_PATH
- name: Check no features
run: cargo check --all-targets --no-default-features
Expand Down

0 comments on commit 24f7e6d

Please sign in to comment.