diff options
Diffstat (limited to '.github/workflows/validate.yml')
| -rw-r--r-- | .github/workflows/validate.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index fba1b63..d18a3c6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -10,13 +10,16 @@ jobs: steps: - name: Install dependencies run: sudo apt-get update && sudo apt-get install build-essential + shell: bash - name: Checkout code uses: actions/checkout@v2 - name: Ensure clean run: make clean + shell: bash - name: Build and verify run: make test + shell: bash |
