We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbdfa5 commit 5bbef4eCopy full SHA for 5bbef4e
.github/workflows/rust.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Install dependencies
21
run: brew install jack sdl2
22
- name: Build
23
- run: cargo build -v
+ run: RUSTFLAGS="-L $(brew --prefix)/lib" cargo build -v
24
- name: Run tests
25
- run: cargo test --verbose
+ run: RUSTFLAGS="-L $(brew --prefix)/lib" cargo test --verbose
README.md
@@ -1,6 +1,6 @@
1
# Loopers
2
3
-
+
4
[](https://crates.io/crates/loopers)
5
6
Loopers is a graphical [live looper](http://www.livelooping.org/),
0 commit comments