Skip to content

Commit 284478d

Browse files
committed
fix CI
1 parent 38e9f04 commit 284478d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .scripts/dockerbuildci.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ cp imageconverter/placeholder_drawing.h rp2040src/drawing.h
1010
mkdir -p rp2040src/build
1111
cd rp2040src/build; make; cd ../..
1212

13-
# build the offset file
14-
cd imageconverter; python3 offset_file_gen.py; cd ..
15-
1613
# move resulting images
1714
cp rp2040src/build/splork.uf2 build/
1815
cp rp2040src/build/splork.bin build/
16+
17+
# build the offset file
18+
cd imageconverter; python3 offset_file_gen.py; cd ..

0 commit comments

Comments
 (0)