Fix workflow
This commit is contained in:
parent
4b5880d624
commit
2b8f9ec80a
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user