Skip to content

Commit fbcbaae

Browse files
committed
update the workflow script to build our opus fork rather than upstream opus
1 parent ab5be34 commit fbcbaae

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/opus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Clone opus repo
2828
uses: actions/checkout@v4.2.2
2929
with:
30-
repository: xiph/opus
30+
repository: DSharpPlus/opus
3131
submodules: recursive
3232

3333
- name: Checkout latest Tag

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.vs
2+
.vscode
3+
artifacts

0 commit comments

Comments
 (0)