Skip to content

Commit 72ed186

Browse files
[cloak]
1 parent 9c90bdf commit 72ed186

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_cloak.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ jobs:
106106
ref: master-amnezia
107107
path: Cloak
108108

109-
# - name: 'Run build script'
110-
# working-directory: Cloak
111-
# run: |
112-
# CGO_ENABLED=1 GOOS="darwin" GOARCH="amd64" go build -v -o ./release/plugin/darwin/ck-ovpn-plugin.a -buildmode=c-archive ./cmd/ck-ovpn-plugin/
113109
- name: Build for x86_64
114110
working-directory: Cloak
115111
run: |
@@ -126,6 +122,7 @@ jobs:
126122
lipo -create -output ./release/plugin/darwin/ck-ovpn-plugin.a \
127123
./release/plugin/darwin/ck-ovpn-plugin-x86_64.a \
128124
./release/plugin/darwin/ck-ovpn-plugin-arm64.a
125+
129126
- name: Archive artifacts
130127
uses: actions/upload-artifact@v3
131128
with:

0 commit comments

Comments
 (0)