Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc0f78b

Browse files
committed
fix pnpm dependency when building dylib
1 parent4c10190 commitcc0f78b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,12 @@ jobs:
988988
set -euxo pipefail
989989
go mod download
990990
991+
# The "build/coder-dylib" target depends on all Go source files and
992+
# the target "agent/agentcontainers/dcspec/dcspec_gen.go" depends on
993+
# node/pnpm tooling.
994+
mkdir -p node_modules
995+
touch node_modules/.installed
996+
991997
make gen/mark-fresh
992998
make build/coder-dylib
993999
env:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp