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 139cde4 commit ca99239
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install Xcode Command Line Tools
run: |
xcode-select --install || true
xcodebuild -license accept
- name: Install dependencies
run: |
brew install glfw tree
Expand Down

0 comments on commit ca99239

Please sign in to comment.