Skip to content

Commit c8441fb

Browse files
authored
Merge pull request #23 from ardura/1.3.1_dev
Related to #20 and #21 and possibly #13
2 parents 7b91aa1 + 59ed816 commit c8441fb

File tree

8 files changed

+2311
-449
lines changed

8 files changed

+2311
-449
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: ConorMacBride/install-package@v1.1.0
3939
with:
4040
# Packages to install with apt on Linux
41-
apt: libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxkbcommon-x11-dev libatk1.0-dev build-essential libgtk-3-dev libxcb-dri2-0-dev libxcb-icccm4-dev libx11-xcb-dev
41+
apt: libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxkbcommon-x11-dev libatk1.0-dev build-essential libgtk-3-dev libxcb-dri2-0-dev libxcb-icccm4-dev libx11-xcb-dev librust-alsa-sys-dev libasound2-dev libjack-dev
4242
- uses: actions/checkout@v3
4343
- name: Run bundler
4444
run: cargo xtask bundle scrollscope --profile release
@@ -56,5 +56,5 @@ jobs:
5656
- uses: actions/upload-artifact@v4
5757
with:
5858
name: windows_build
59-
path: target/bundled/scrollscope.vst3
59+
path: target/bundled/*
6060
if-no-files-found: warn

0 commit comments

Comments
 (0)