Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
wip fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfiechter committed Jul 4, 2023
1 parent bc02f3f commit 69e6933
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ jobs:
with:
path: master

#- name: Build with Buildozer
# uses: ./master # REPLACE WITH ArtemSBulgakov/buildozer-action@v1
# id: buildozer
# with:
# repository_root: master
# workdir: .
# buildozer_version: stable
- name: Build with Buildozer
#uses: ./master # REPLACE WITH ArtemSBulgakov/buildozer-action@v1
id: buildozer
with:
repository_root: master
workdir: .
buildozer_version: stable
run: |
pip3 install --user --upgrade buildozer Cython virtualenv
export PATH=$PATH:~/.local/bin/
Expand Down

0 comments on commit 69e6933

Please sign in to comment.