8000 Revert "test CI 2" · coder/coder@35dc760 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35dc760

Browse files
committed
Revert "test CI 2"
This reverts commit 970bf8a.
1 parent 970bf8a commit 35dc760

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/ci.yaml

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

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
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
11041105
11051106
- name: Build
11061107
run: |

0 commit comments

Comments
 (0)
0