Fix workflow

This commit is contained in:
Djuri Baars 2023-11-19 15:10:59 +01:00
parent abfdf85a1c
commit 4b5880d624

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