Skip to content

Commit c29ff39

Browse files
committed
fix: add sudo to apt install command for fd-find in CI workflow
1 parent cc2b49d commit c29ff39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- uses: actions/setup-node@v4
108108
- run: |
109109
npm install --global prettier;
110-
apt install fd-find
110+
sudo apt install fd-find -y
111111
fd moon.mod.json -x npx prettier --write {}
112112
fd moon.pkg.json -x npx prettier --write {}
113113

0 commit comments

Comments
 (0)