Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Fix path to pyappimage
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 9, 2020
1 parent 80c89e8 commit 952e0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
mv `which python3.8` `which python3`
sudo apt install -y libtool libcairo-dev
sudo apt -y install build-essential
git clone https://github.com/srevinsaju/pyappimage --depth=1
cd pyappimage
git clone https://github.com/srevinsaju/pyappimage --depth=1 pyapim
cd pyapim
python3 -m pip install -r requirements.txt
python3 -m pip install .
cd ..
Expand Down

0 comments on commit 952e0ce

Please sign in to comment.