From 2392718d29fe625bda932f28b676774b8234f0be Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 28 Jun 2022 02:02:21 +0200 Subject: [PATCH] Fix shebang for nixos, should work in GH-actions too --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 55244db13..9ad6d3630 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,3 +1,5 @@ +#! /usr/bin/env bash + echo "Starting build" # The build script; we build the application step by step as building everything at once takes too much RAM # Should be run from the repository root