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

Commit6c02c64

Browse files
committed
debug
1 parent4c10190 commit6c02c64

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)

[8]ページ先頭

©2009-2025 Movatter.jp