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 run: echo "dateAndTime=$(date +'%Y-%m-%d-%H-%M')" >> $GITHUB_OUTPUT
- name: Install mklittlefs - name: Install mklittlefs
run: > run: >
git clone https://github.com/earlephilhower/mklittlefs.git /tmp/mklittlefs git clone https://github.com/earlephilhower/mklittlefs.git /tmp/mklittlefs &&
cd /tmp/mklittlefs cd /tmp/mklittlefs &&
git submodule update --init git submodule update --init &&
make dist make dist
- name: Install yarn - name: Install yarn
run: yarn run: yarn