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
Set the same CI rules for cmake target
Signed-off-by: falkTX <falktx@falktx.com>
fix-audiofile-buffering
falkTX
1 year ago
parent
6398bb4932
commit
7b3342b714
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-7
.github/workflows/cmake.yml
+ 1
- 7
.github/workflows/cmake.yml
View File
@@ -1,12 +1,6 @@
name: cmake
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]
env:
DESTDIR: ${{ github.workspace }}/build/tmp
Write
Preview
Loading…
Cancel
Save