Skip to content

Commit ca62b16

Browse files
author
Levent KARAGÖL
committed
Github Action .yml files have been updated
1 parent d2b889f commit ca62b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: macos-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Install Xcode CLI tools
16+
- name: Ensure Xcode CLI tools are installed
1717
run: |
18-
xcode-select --install
18+
xcode-select --install || true
1919
- name: Install prerequisites
2020
run: |
2121
brew update

0 commit comments

Comments
 (0)