This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fixup CI not building on release
Signed-off-by: falkTX <falktx@falktx.com>
fix-audiofile-buffering
falkTX
1 year ago
parent
7ad60fc7de
commit
6398bb4932
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
4 changed files
with
6 additions
and
28 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-7
.github/workflows/build.yml
+1
-7
.github/workflows/dpf.yml
+1
-7
.github/workflows/release.yml
+2
-7
.github/workflows/wine.yml.disabled
+ 2
- 7
.github/workflows/build.yml
View File
@@ -1,12 +1,7 @@
name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]
env:
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
+ 1
- 7
.github/workflows/dpf.yml
View File
@@ -1,12 +1,6 @@
name: dpf
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]
jobs:
linux:
+ 1
- 7
.github/workflows/release.yml
View File
@@ -1,12 +1,6 @@
name: release
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]
env:
CACHE_VERSION: 1
+ 2
- 7
.github/workflows/wine.yml.disabled
View File
@@ -1,12 +1,7 @@
name: wine
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]
env:
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
Write
Preview
Loading…
Cancel
Save