Skip to content

Commit abc46ea

Browse files
committed
chore: CI Homebrew trust 설정 추가
1 parent 8aa81f0 commit abc46ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
cache: true
6060

6161
- name: Install SwiftLint
62+
env:
63+
HOMEBREW_REQUIRE_TAP_TRUST: "1"
6264
shell: bash
6365
run: |
6466
set -euo pipefail
@@ -264,6 +266,8 @@ jobs:
264266
cache: true
265267

266268
- name: Install SwiftLint
269+
env:
270+
HOMEBREW_REQUIRE_TAP_TRUST: "1"
267271
shell: bash
268272
run: |
269273
set -euo pipefail

0 commit comments

Comments
 (0)