Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
๐Ÿ’š :: [#210] CI ์Šคํฌ๋ฆฝํŠธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 committed May 25, 2024
1 parent 7c20866 commit 32ed99c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CachingTuistDependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ env:
jobs:
caching-dependencies:
name: ๐Ÿงฉ Caching Dependencies
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- uses: jdx/mise-action@v2
with:
xcode-version: 15.2

- name: Compute dependency cache key
id: compute_hash
Expand All @@ -31,11 +34,11 @@ jobs:

- name: Install tuist
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: curl -Ls https://install.tuist.io | bash
run: mise install tuist

- name: Install dependencies
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: tuist fetch
run: tuist install

outputs:
dependency_cache_key: ${{ steps.compute_hash.outputs.hash }}
Expand Down

0 comments on commit 32ed99c

Please sign in to comment.