Fix workflow
This commit is contained in:
parent
abfdf85a1c
commit
4b5880d624
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user