Skip to content

Commit 4983ac7

Browse files
committed
Updated git workflow for homebrew
1 parent 4bbdfa5 commit 4983ac7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: brew install jack sdl2
2222
- name: Build
23-
run: cargo build -v
23+
run: RUSTFLAGS='-L /opt/homebrew/lib' cargo build -v
2424
- name: Run tests
25-
run: cargo test --verbose
25+
run: RUSTFLAGS='-L /opt/homebrew/lib' cargo test --verbose

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Loopers
22

3-
![master status](https://github.com/mwylde/loopers/workflows/Rust/badge.svg?branch=master)
3+
![master status](https://github.com/atinm/loopers/workflows/Rust/badge.svg?branch=master)
44
[![Crate](https://img.shields.io/crates/v/loopers.svg)](https://crates.io/crates/loopers)
55

66
Loopers is a graphical [live looper](http://www.livelooping.org/),

0 commit comments

Comments
 (0)