aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 00:12:14 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-16 00:12:14 +0000
commit545416014c3ac166b9db7c932f6622f98c94dd21 (patch)
treefab6eb0e555d58ef2d9f6a3f42926928ce9cb714
parentRemove travis configuration (diff)
downloadTCPD-545416014c3ac166b9db7c932f6622f98c94dd21.tar.gz
TCPD-545416014c3ac166b9db7c932f6622f98c94dd21.zip
add shell command
-rw-r--r--.github/workflows/validate.yml3
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