Skip to content

Commit b208cbe

Browse files
authored
Update build.yml
1 parent 9858a3c commit b208cbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
sudo apt-get update
2525
sudo apt-get upgrade -y
2626
sudo apt-get install libx11-dev -y
27-
go build -o cogent . && cogent -testcheck true
27+
mkdir -p /tmp/runner
28+
go build -o /tmp/runner/cogent . && /tmp/runner/cogent -testcheck true && rm -rf /tmp/runner

0 commit comments

Comments
 (0)