Skip to content

Commit 0d5b330

Browse files
committed
ISSUE-CELLSGO-210: Contunie to try github action on window:remove CCFLAG.
1 parent 6fb8442 commit 0d5b330

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cellsbuild2run.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ jobs:
2323
go-version: '1.20'
2424
- name: Setup MSVC environment
2525
uses: ilammy/msvc-dev-cmd@v1
26+
with:
27+
arch: x64
2628
- name: Run Example Code
2729
env:
2830
CGO_ENABLED: 1
31+
CC: cl.exe
32+
CXX: cl.exe
2933
PATH: ${{ github.workspace }}/lib/win_x86_64;${env:PATH}
30-
CGO_LDFLAGS: -Wl,-rpath,"${{ github.workspace }}/lib/win_x86_64" -L"${SRCDIR}/lib/win_x86_64" -lAspose.Cells.CWrapper
31-
CGO_CXXFLAGS: -I"${{ github.workspace }}
3234
run: |
3335
echo "Current dir: $(Get-Location)"
3436
dir "${{ github.workspace }}/lib/win_x86_64"

0 commit comments

Comments
 (0)