Skip to content

Commit

Permalink
pip install setuptools, attempt at building fontforge
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 15, 2024
1 parent 1e14b72 commit 39b3099
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
package: ${{ fromJson(needs.find-all-packages.outputs.packages) }}
config:
- { os: ubuntu-22.04, compiler: clang-15, host-profile: host }
- { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv8 }
- { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86_64 }
- { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv7 }
- { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86 }
# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv8 }
# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86_64 }
# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv7 }
# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86 }
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
with:
python-version: 3.12
- name: install python dependencies
run: pip install --upgrade pip conan
run: pip install --upgrade pip conan setuptools

- name: conan remote
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
Expand Down
3 changes: 3 additions & 0 deletions scripts/list_package_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ def main():
if not recipe_path.is_dir():
continue

if not recipe_path.name == 'fontforge':
continue

infos = []

with open(recipe_path / "config.yml") as f:
Expand Down

0 comments on commit 39b3099

Please sign in to comment.