Skip to content

Commit

Permalink
Updated git workflow for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
atinm committed Aug 18, 2022
1 parent 4bbdfa5 commit 4983ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install dependencies
run: brew install jack sdl2
- name: Build
run: cargo build -v
run: RUSTFLAGS='-L /opt/homebrew/lib' cargo build -v
- name: Run tests
run: cargo test --verbose
run: RUSTFLAGS='-L /opt/homebrew/lib' cargo test --verbose
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Loopers

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

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

0 comments on commit 4983ac7

Please sign in to comment.