commit 5aecb9206e745ae173743036bf501f9dfb28c0fb
parent b6c09315ddb257554befac0a5c7c353ad73c67be
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 28 Jan 2021 16:47:44 +0100
Do not install build artefacts and reformat slightly (GitHub Actions).
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
@@ -9,11 +9,14 @@ on:
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
uses: ashutoshvarma/action-cmake-build@master
with:
@@ -21,5 +24,4 @@ jobs:
cc: gcc
build-type: Release
run-test: true
- install-build: true
parallel: 2