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 bf79cf5 commit caa1de5Copy full SHA for caa1de5
.github/workflows/cellsbuild2run.yml
@@ -22,10 +22,18 @@ jobs:
22
with:
23
go-version: '1.20'
24
25
- - name: Build
+ - 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
34
- name: Run Example Code.
35
36
37
run: |
38
cd samples
39
go run .
0 commit comments