From 545416014c3ac166b9db7c932f6622f98c94dd21 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 16 Dec 2020 00:12:14 +0000 Subject: add shell command --- .github/workflows/validate.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3