Skip to content

Commit

Permalink
fixed old firmware from preventing firmware test
Browse files Browse the repository at this point in the history
  • Loading branch information
dakhnod committed Jan 16, 2025
1 parent 13cf738 commit d7149ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firmware-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
needs: build

steps:
- name: delete old firmware
run: rm /home/home/ram/nrf51822_xxac.hex
- name: download firmware
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit d7149ff

Please sign in to comment.