This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla-Releases
mirror of
https://github.com/falkTX/Carla-Releases.git
Watch
1
Star
0
Fork
0
Code
Releases
15
Activity
Browse Source
Fix a typo
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.2
falkTX
1 year ago
parent
081471bf44
commit
cd105b0d3c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/release.yml
+ 1
- 1
.github/workflows/release.yml
View File
@@ -26,7 +26,7 @@ jobs:
with:
path: |
~/PawPawBuilds
key: macos-v${{ env.CACHE_VERSION }}
key: macos-v${{ env.CACHE_VERSION }}
- name: Set up dependencies
run: |
brew install cmake jq meson
Write
Preview
Loading…
Cancel
Save