Skip to content

Commit 5129019

Browse files
committed
ISSUE-CELLSGO-210: Fix cells build 2 run yml file.
1 parent a15b5e6 commit 5129019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cellsbuild2run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
- name: Run Example Code.
2828
run: |
2929
cd samples
30-
go run .
30+
go run .
31+

0 commit comments

Comments
 (0)