Skip to content

Commit

Permalink
debug: Where am i?
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Oct 20, 2023
1 parent d65e4fb commit a0cf874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Build
run: |
sudo apt install python3-pip -y
pip3 install -r requirements.txt
pwd
pip3 install -r requirements.txt
pip3 install pyinstaller
- name: Build
Expand Down

0 comments on commit a0cf874

Please sign in to comment.