Skip to content

Commit

Permalink
Install python3
Browse files Browse the repository at this point in the history
  • Loading branch information
blessio committed Oct 20, 2024
1 parent e67b4b0 commit 61ccdf8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bld-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,14 @@ jobs:
if: ${{ startsWith( matrix.config.os , 'macos' ) }}
continue-on-error: true
run: brew install cmake asciidoctor
- name: 173. MACOS Only PKGs
- name: 173. MACOS Only cmake and asciidoctor
if: ${{ startsWith( matrix.config.os , 'macos' ) }}
continue-on-error: true
run: brew install pkg-config vcpkg
run: brew install python3
- name: 174. MACOS Only PKGs
if: ${{ startsWith( matrix.config.os , 'macos' ) }}
continue-on-error: true
run: brew install pkg-config vcpkg

- name: 180. get the Source from Git from Git
uses: actions/checkout@v4
Expand Down

0 comments on commit 61ccdf8

Please sign in to comment.