Skip to content

Commit

Permalink
Reworked build script for github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-87 committed Jun 8, 2021
1 parent 8676aaf commit 5533c8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 5533c8c

Please sign in to comment.