Skip to content

Commit a212718

Browse files
ci: add libasound back for linux
1 parent f4dd1b7 commit a212718

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858

5959
steps:
6060
- uses: actions/checkout@v4
61+
- name: Get libasound2
62+
run: |
63+
if [ "${{ matrix.goos }}" = "linux" ]; then
64+
sudo apt-get install libasound2-dev
65+
fi
6166
- uses: wangyoucao577/go-release-action@v1
6267
with:
6368
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)