Skip to content

Commit

Permalink
Merge pull request #454 from wakmusic/453-dependency-cache-value-to-p…
Browse files Browse the repository at this point in the history
…ackage-swift

🔀 :: (#453) 의존성 캐시의 flag인 hashFile의 입력 파일 변경
  • Loading branch information
baekteun authored Mar 10, 2024
2 parents 4e5aa3d + 01f5a09 commit 0e13d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Compute dependency cache key
id: compute_hash
run: echo "hash=${{ hashFiles('Tuist/Dependencies.swift') }}" >> $GITHUB_OUTPUT
run: echo "hash=${{ hashFiles('Tuist/Package.swift') }}" >> $GITHUB_OUTPUT

- name: Check dependency cache
uses: actions/cache@v3
Expand Down

0 comments on commit 0e13d98

Please sign in to comment.