Skip to content

Commit

Permalink
✏️ :: [#242] CachingTuistDependencies / runner환경, tuist 설치방식, Depende…
Browse files Browse the repository at this point in the history
…ncies 설치방식 변경
  • Loading branch information
uuuunseo committed May 14, 2024
1 parent 137db28 commit 5a6c5c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CachingTuistDependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ 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

- name: Compute dependency cache key
id: compute_hash
Expand All @@ -29,11 +30,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 }}

0 comments on commit 5a6c5c2

Please sign in to comment.