Skip to content

Commit

Permalink
add bins directory before running download
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux User authored and Linux User committed Jul 23, 2024
1 parent 846b3b9 commit eb5d7e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Download bins
run: python download_bins.py
run: |
mkdir -p bins
python download_bins.py
- name: Try building
run: python main.py

0 comments on commit eb5d7e3

Please sign in to comment.