|
|
@@ -111,7 +111,7 @@ jobs:
|
|
|
if: branch !~ -prefix$
|
|
|
install:
|
|
|
- sudo apt-get install libfuse-dev
|
|
|
- - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha
|
|
|
+ - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2
|
|
|
- fusermount -V
|
|
|
- gcc --version
|
|
|
before_script:
|
|
|
@@ -146,7 +146,7 @@ jobs:
|
|
|
if: branch !~ -prefix$
|
|
|
install:
|
|
|
- sudo apt-get install libfuse-dev
|
|
|
- - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2-alpha v2
|
|
|
+ - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2 v2
|
|
|
- git clone --depth 1 https://github.com/geky/littlefs-fuse -b v1 v1
|
|
|
- fusermount -V
|
|
|
- gcc --version
|