We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa1de5 commit 9ec397eCopy full SHA for 9ec397e
.github/workflows/cellsbuild2run.yml
@@ -24,10 +24,6 @@ jobs:
24
25
- name: Build Aspose.Cells for Go via C++
26
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
31
PATH: ${{ github.workspace }}/lib/win_x86_64;${env:PATH}
32
run: go build -v ./...
33
0 commit comments