Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NexushasTaken authored Dec 2, 2024
1 parent 578aa7b commit df87d19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install Xcode Command Line Tools
run: |
sudo xcode-select --install || true
sudo xcodebuild -license accept
#- name: Install Xcode Command Line Tools
# run: |
# sudo xcode-select --install || true
# sudo xcodebuild -license accept
- name: Install dependencies
run: |
brew install glfw tree llvm@17
Expand Down

0 comments on commit df87d19

Please sign in to comment.