Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
justaCasualCoder committed Dec 25, 2023
1 parent 2f875ce commit 6494607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.x' # Specify the Python version you need

- name: Install dependencies
run: pip install -r requirments.txt
run: pip install -r requirements.txt
- name: Install Heimdall
run: sudo apt update && sudo apt install heimdall-flash -y

Expand Down

0 comments on commit 6494607

Please sign in to comment.