This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Nekobi
mirror of
https://github.com/DISTRHO/Nekobi
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Dont use cache for windows builds
pull/16/head
falkTX
3 years ago
parent
edcecd04fd
commit
90d9873629
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
.github/workflows/build.yml
+ 0
- 2
.github/workflows/build.yml
View File
@@ -19,8 +19,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up cache
uses: actions/cache@v2
- name: Set up dependencies
run: |
sudo apt-get install -yq libasound2-dev libpulse-dev liblo-dev libgl1-mesa-dev
Write
Preview
Loading…
Cancel
Save