Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcekay committed Dec 5, 2024
1 parent 4a540bd commit 749ddd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flash_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: git config --system --add safe.directory '*'

- name: Build Target
run: make ${{ matrix.target }}_flash-analysis_t
run: make ${{ matrix.target }}_flash-analysis

- name: Store the ELF with the change
run: cp ./build/**/*.elf ./with-change.elf
Expand All @@ -59,7 +59,7 @@ jobs:
run: make submodulesupdate

- name: Build
run: make ${{ matrix.target }}_flash-analysis_t
run: make ${{ matrix.target }}_flash-analysis

- name: Store the ELF before the change
run: cp ./build/**/*.elf ./before-change.elf
Expand Down

0 comments on commit 749ddd0

Please sign in to comment.