We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4871c1d commit 52ff3daCopy full SHA for 52ff3da
1 file changed
.github/workflows/cross-build.yml
@@ -35,8 +35,10 @@ jobs:
35
cache: true
36
version: 10
37
38
+ # Add '--frozen-lockfile' once this gets fixed:
39
+ # https://github.com/DefGuard/proxy/actions
40
- name: Build frontend
- run: pnpm install --ignore-scripts --frozen-lockfile && pnpm build
41
+ run: pnpm install --ignore-scripts && pnpm build
42
working-directory: web
43
44
- name: Sync with FreeBSD
0 commit comments