Skip to content

Commit d16df4b

Browse files
committed
ISSUE-CELLSGO-210: Update signed file, and try fixed github action.
1 parent 12aa988 commit d16df4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cellsbuild2run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
PATH: ${{ github.workspace }}/lib/win_x86_64;${env:PATH}
2828
run: |
2929
dir "${{ github.workspace }}/"
30-
go build -v .
30+
echo "PATH: ${env:PATH}"
31+
go build -v ./...
3132
3233
- name: Run Example Code.
3334
env:
7.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)