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
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit5bd6f0d

Browse files
committed
fixup! Disable cgo for windows build
1 parentee470f1 commit5bd6f0d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎.github/workflows/build.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
steps:
88
-name:Checkout
99
uses:actions/checkout@v1
10-
-name:Install Gon
11-
run:|
12-
brew tap mitchellh/gon
13-
brew install mitchellh/gon/gon
14-
-name:Import Signing Certificates
15-
uses:Apple-Actions/import-codesign-certs@v1
16-
with:
17-
p12-file-base64:${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
18-
p12-password:${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
10+
#- name: Install Gon
11+
# run: |
12+
# brew tap mitchellh/gon
13+
# brew install mitchellh/gon/gon
14+
#- name: Import Signing Certificates
15+
# uses: Apple-Actions/import-codesign-certs@v1
16+
# with:
17+
# p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
18+
# p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
1919
-name:Build
2020
run:./ci/steps/build.sh
2121
env:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp