Skip to content

Commit cc0f78b

Browse files
committed
fix pnpm dependency when building dylib
1 parent 4c10190 commit cc0f78b

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)