Fix shebang for nixos, should work in GH-actions too
This commit is contained in:
parent
63c5c3f527
commit
2392718d29
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue