Skip to content

Commit 505aa54

Browse files
committed
add .bin folder to GITHUB_PATH
1 parent 08bc204 commit 505aa54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
bun-version: latest
6363

6464
- name: Install dependencies
65-
run: bun install --frozen-lockfile
65+
run: bun install --frozen-lockfile && echo "$(pwd)/node_modules/.bin" >> $GITHUB_PATH
6666

6767
- name: Run build
6868
run: bun run build

0 commit comments

Comments
 (0)