Skip to content

Commit 12aa988

Browse files
committed
ISSUE-CELLSGO-210: Add output command, check error infomation.
1 parent 9ec397e commit 12aa988

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cellsbuild2run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: Build Aspose.Cells for Go via C++
2626
env:
2727
PATH: ${{ github.workspace }}/lib/win_x86_64;${env:PATH}
28-
run: go build -v ./...
28+
run: |
29+
dir "${{ github.workspace }}/"
30+
go build -v .
2931
3032
- name: Run Example Code.
3133
env:

0 commit comments

Comments
 (0)