commit b6c09315ddb257554befac0a5c7c353ad73c67be
parent afd6a5a1189749d68e216f56c1ad43ba76873a32
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 28 Jan 2021 16:30:34 +0100
Add a step to checkout the repository (GitHub Actions).
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
@@ -10,6 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
+ - name: Checkout repository
+ uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -qy uthash-dev
- name: Build & Test