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

Commit970bf8a

Browse files
committed
test CI 2
1 parentcf9fc04 commit970bf8a

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

‎.github/workflows/ci.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,6 @@ jobs:
10171017
# to main branch.
10181018
needs:
10191019
-changes
1020-
-build-dylib
10211020
#if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
10221021
runs-on:${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }}
10231022
permissions:
@@ -1091,17 +1090,17 @@ jobs:
10911090
-name:Setup GCloud SDK
10921091
uses:google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a# v2.1.4
10931092

1094-
-name:Download dylibs
1095-
uses:actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16# v4.1.8
1096-
with:
1097-
name:dylibs
1098-
path:./build
1099-
1100-
-name:Insert dylibs
1101-
run:|
1102-
mv ./build/*amd64.dylib ./site/out/bin/coder-vpn-darwin-amd64.dylib
1103-
mv ./build/*arm64.dylib ./site/out/bin/coder-vpn-darwin-arm64.dylib
1104-
mv ./build/*arm64.h ./site/out/bin/coder-vpn-darwin-dylib.h
1093+
#- name: Download dylibs
1094+
# uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
1095+
# with:
1096+
# name: dylibs
1097+
# path: ./build
1098+
1099+
#- name: Insert dylibs
1100+
# run: |
1101+
# mv ./build/*amd64.dylib ./site/out/bin/coder-vpn-darwin-amd64.dylib
1102+
# mv ./build/*arm64.dylib ./site/out/bin/coder-vpn-darwin-arm64.dylib
1103+
# mv ./build/*arm64.h ./site/out/bin/coder-vpn-darwin-dylib.h
11051104

11061105
-name:Build
11071106
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp