Skip to content

Commit

Permalink
Update macosx-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Nov 7, 2023
1 parent 47f530f commit 7676022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macosx-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install Python3 Distutils
run: |
python -m pip install --upgrade pip setuptools wheel packaging
- name: gen proj
run: ./build_macosx.sh
- name: build
Expand Down

0 comments on commit 7676022

Please sign in to comment.