From 76d1ac3fcc44fc32f6b3cd8ff9a6cedf013bac23 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 1 May 2022 13:22:32 -0400 Subject: [PATCH] fix github actions --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a5321d..c40fd21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,9 +112,6 @@ jobs: - name: ARDUX implementation dtsi file if: always() run: cat -n config/ardux.dtsi - - name: Generated DTS file - if: always() - run: cat -n build/zephyr/${{ matrix.board }}.dts.pre.tmp - name: Prep artifact (ardux.dtsi) run: cp config/ardux.dtsi ./ardux.dtsi - name: Prep artifact (${{ matrix.shield }}-${{ matrix.board }}.dts.pre.tmp)