Skip to content

Commit 52ff3da

Browse files
committed
Remove frozen-lockfile
1 parent 4871c1d commit 52ff3da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cross-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
cache: true
3636
version: 10
3737

38+
# Add '--frozen-lockfile' once this gets fixed:
39+
# https://github.com/DefGuard/proxy/actions
3840
- name: Build frontend
39-
run: pnpm install --ignore-scripts --frozen-lockfile && pnpm build
41+
run: pnpm install --ignore-scripts && pnpm build
4042
working-directory: web
4143

4244
- name: Sync with FreeBSD

0 commit comments

Comments
 (0)