Skip to content

Commit

Permalink
Caching brew dependencies (qnblackcat#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat authored Jul 29, 2024
1 parent 14a7123 commit 300b5f8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,15 @@ jobs:
path: main
submodules: recursive

- name: Caching brew dependencies
id: brew_cache
uses: tecolicom/[email protected]
with:
tools: ldid dpkg make
cache: yes

- name: Install Dependencies
if: steps.brew_cache.outputs.cache-hit != 'true'
run: brew install ldid dpkg make

- name: Set PATH environment variable
Expand All @@ -69,7 +77,7 @@ jobs:
path: theos
submodules: recursive

- name: Caching
- name: Caching SDK
id: SDK
uses: actions/[email protected]
env:
Expand Down

0 comments on commit 300b5f8

Please sign in to comment.