diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 00:12:14 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-16 00:12:14 +0000 |
| commit | 545416014c3ac166b9db7c932f6622f98c94dd21 (patch) | |
| tree | fab6eb0e555d58ef2d9f6a3f42926928ce9cb714 | |
| parent | Remove travis configuration (diff) | |
| download | TCPD-545416014c3ac166b9db7c932f6622f98c94dd21.tar.gz TCPD-545416014c3ac166b9db7c932f6622f98c94dd21.zip | |
add shell command
| -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 |
