accidental sudo
Some checks failed
/ build (push) Failing after 10s

This commit is contained in:
Soph :3 2024-05-22 14:20:53 +03:00
parent 0bd734b03d
commit 8a4ae7888d
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -9,7 +9,7 @@ jobs:
bun-version: latest bun-version: latest
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile
- run: sudo 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
- name: Run CI script - name: Run CI script