Fix workflow

This commit is contained in:
Djuri Baars 2023-11-19 15:12:14 +01:00
parent 4b5880d624
commit 2b8f9ec80a

View File

@ -34,9 +34,9 @@ jobs:
run: echo "dateAndTime=$(date +'%Y-%m-%d-%H-%M')" >> $GITHUB_OUTPUT
- name: Install mklittlefs
run: >
git clone https://github.com/earlephilhower/mklittlefs.git /tmp/mklittlefs
cd /tmp/mklittlefs
git submodule update --init
git clone https://github.com/earlephilhower/mklittlefs.git /tmp/mklittlefs &&
cd /tmp/mklittlefs &&
git submodule update --init &&
make dist
- name: Install yarn
run: yarn