This commit is contained in:
parent
8a4ae7888d
commit
86cf57a103
|
@ -8,7 +8,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile\
|
||||||
|
- run: apt-get -y update
|
||||||
- run: apt-get -y install dos2unix
|
- run: apt-get -y install dos2unix
|
||||||
- name: Fix fta-cli
|
- name: Fix fta-cli
|
||||||
run: dos2unix ./node_modules/fta-cli/index.js
|
run: dos2unix ./node_modules/fta-cli/index.js
|
||||||
|
|
Loading…
Reference in a new issue