Browse Source

Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.2
falkTX 1 year ago
parent
commit
cd105b0d3c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save