Skip to content

Commit

Permalink
workflow: Add
Browse files Browse the repository at this point in the history
ERROR: No such build data file as '/home/miwanicki/projects/yocto/dts/flashrom/meson-private/build.dat'. step

Change-Id: I511569efa88cab8a818c89dac7b37b5405faa476
Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
m-iwanicki committed Dec 6, 2024
1 parent 5b8e4f7 commit 4f79d7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
meson setup builddir
meson compile -C builddir
- name: Test Flashrom
run: |
meson test -C builddir
- name: Save Flashrom binary as artifact
run: |
mkdir artifacts
Expand Down

0 comments on commit 4f79d7c

Please sign in to comment.