Skip to content

Commit fc44cae

Browse files
committed
oops put that in a conditional
1 parent 59cf716 commit fc44cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
HOMEBREW_NO_INSTALL_CLEANUP: 1
2525
HOMEBREW_NO_ANALYTICS: 1
2626
run: |
27+
brew install gnu-sed
2728
if ! brew install ccache ninja; then
2829
brew update
2930
brew install ccache ninja
30-
brew install gnu-sed
3131
fi
3232
3333
- name: Cache Dependencies

0 commit comments

Comments
 (0)