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 6fb8442 commit 0d5b330Copy full SHA for 0d5b330
.github/workflows/cellsbuild2run.yml
@@ -23,12 +23,14 @@ jobs:
23
go-version: '1.20'
24
- name: Setup MSVC environment
25
uses: ilammy/msvc-dev-cmd@v1
26
+ with:
27
+ arch: x64
28
- name: Run Example Code
29
env:
30
CGO_ENABLED: 1
31
+ CC: cl.exe
32
+ CXX: cl.exe
33
PATH: ${{ github.workspace }}/lib/win_x86_64;${env:PATH}
- CGO_LDFLAGS: -Wl,-rpath,"${{ github.workspace }}/lib/win_x86_64" -L"${SRCDIR}/lib/win_x86_64" -lAspose.Cells.CWrapper
- CGO_CXXFLAGS: -I"${{ github.workspace }}
34
run: |
35
echo "Current dir: $(Get-Location)"
36
dir "${{ github.workspace }}/lib/win_x86_64"
0 commit comments