Skip to content

Commit

Permalink
Pip install setuptools, required to build GLib
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 21, 2024
1 parent e48635a commit e304871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
- name: install python dependencies
run: pip install --upgrade pip conan

- name: install python setuptools (required to build GLib)
run: pip install --upgrade setuptools

- name: install NDK
if: startsWith(matrix.config.host_profile, 'android')
run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${{ matrix.config.ndk_version }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deep-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: install python dependencies
run: pip install --upgrade pip conan setuptools

- name: install python setuptools (required to build GLib)
run: pip install --upgrade setuptools

- name: install NDK
if: startsWith(matrix.config.host_profile, 'android')
run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${{ matrix.config.ndk_version }}"
Expand Down

0 comments on commit e304871

Please sign in to comment.