Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jul 5, 2024
1 parent e3b71df commit 9c3b051
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ jobs:
distribution: 'zulu'
java-version: 17

- name: setup python 3.10
- name: setup python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: pip install conan
run: python -m pip install conan
python-version: 3.12
- name: install python dependencies
run: pip install conan

- name: install ndk
run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${{ env.ndk_version }}"
Expand Down Expand Up @@ -107,20 +106,19 @@ jobs:

- name: install brew
run: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- name: fix ninja install
run: rm /usr/local/bin/2to3
- name: install ninja
run: brew install ninja
# https://stackoverflow.com/a/57758679/198996
- name: install bundler
run: gem install bundler:1.17.3
run: gem install bundler
- name: install fastlane
run: bundle install

- name: install pip
run: python3 -m ensurepip
- name: install conan
run: pip3 install --upgrade conan
- name: setup python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: install python dependencies
run: pip install conan

- name: conan remote
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
Expand Down

0 comments on commit 9c3b051

Please sign in to comment.