Skip to content

Commit 9ec397e

Browse files
committed
ISSUE-CELLSGO-210: contunie to try set path on windows env.
1 parent caa1de5 commit 9ec397e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cellsbuild2run.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424

2525
- name: Build Aspose.Cells for Go via C++
2626
env:
27-
CGO_ENABLED: 1
28-
CGO_CFLAGS: -I"${{ github.workspace }}"
29-
CGO_CXXFLAGS: -I"${{ github.workspace }}"
30-
CGO_LDFLAGS: -L"${{ github.workspace }}/lib/win_x86_64" -lAspose.Cells.CWrapper
3127
PATH: ${{ github.workspace }}/lib/win_x86_64;${env:PATH}
3228
run: go build -v ./...
3329

0 commit comments

Comments
 (0)