From 5533c8ca39f962a459f55c28b69fa5725cc6466e Mon Sep 17 00:00:00 2001 From: jake-87 Date: Tue, 8 Jun 2021 21:50:02 +1000 Subject: [PATCH] Reworked build script for github CI --- .github/workflows/auto-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 8b19405..19d4111 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -22,7 +22,5 @@ jobs: # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - ls -lah ;\ - pwd ;\ make compile ;\ - yes "5 10 * p r 20 .sin p q" | ./fcalc; + echo "5 10 * p r 20 .sin p q" | ./fcalc;