We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5579d commit 1f32fa5Copy full SHA for 1f32fa5
1 file changed
.github/workflows/e2e_ios.yml
@@ -80,7 +80,7 @@ jobs:
80
xcode-version: '26.4'
81
82
- name: Install applesimutils
83
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils
+ run: brew trust wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install wix/brew/applesimutils
84
85
- name: Install e2etest dependencies
86
run: cd Example/e2etest && bun install --frozen-lockfile
0 commit comments