Skip to content

Commit 6c02c64

Browse files
committed
debug
1 parent 4c10190 commit 6c02c64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,12 @@ jobs:
988988
set -euxo pipefail
989989
go mod download
990990
991+
# Makefile dependencies expect pnpm.
992+
mkdir -p node_modules
993+
touch node_modules/.installed
994+
991995
make gen/mark-fresh
992-
make build/coder-dylib
996+
make build/coder-dylib --debug
993997
env:
994998
CODER_SIGN_DARWIN: ${{ github.ref == 'refs/heads/main' && '1' || '0' }}
995999
AC_CERTIFICATE_FILE: /tmp/apple_cert.p12

0 commit comments

Comments
 (0)