We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9858a3c commit b208cbeCopy full SHA for b208cbe
.github/workflows/build.yml
@@ -24,4 +24,5 @@ jobs:
24
sudo apt-get update
25
sudo apt-get upgrade -y
26
sudo apt-get install libx11-dev -y
27
- go build -o cogent . && cogent -testcheck true
+ mkdir -p /tmp/runner
28
+ go build -o /tmp/runner/cogent . && /tmp/runner/cogent -testcheck true && rm -rf /tmp/runner
0 commit comments