Skip to content

Commit 970bf8a

Browse files
committed
test CI 2
1 parent cf9fc04 commit 970bf8a

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)