Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
vsandstrom committed Aug 31, 2024
1 parent 6848ab5 commit ee07f0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
cargo xtask bundle havregryn --release
cargo xtask bundle havregryn --release
- uses: ncipollo/release-action@v1
with:
artifacts: '/Users/runner/work/Havregryn/Havregryn/target/bundled/Havregryn.vst3'
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mod editor;
mod multitable;
mod random;

use std::sync::Arc;
use std::sync::Arc};

Check failure on line 5 in src/lib.rs

View workflow job for this annotation

GitHub Actions / compilemac

unexpected closing delimiter: `}`
use rand::Rng;

use nih_plug::prelude::*;
Expand All @@ -19,8 +19,6 @@ use rust_dsp::{
trig::{Dust, Impulse, Trigger},
};



use crate::multitable::MultiTable;
use crate::random::Random;

Expand Down

0 comments on commit ee07f0d

Please sign in to comment.