Skip to content

Commit

Permalink
Scons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Dec 24, 2024
1 parent 3898e97 commit 6fd5fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
#

- name: Install build dependencies
run: brew install coreutils ninja
run: brew install coreutils ninja scons

- name: Setup Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
popd
- name: Install build dependencies
run: brew install coreutils ninja scons
run: brew install coreutils ninja

- name: Build genai
run: |
Expand Down

0 comments on commit 6fd5fb6

Please sign in to comment.