From be17e87e52579a53e1d65fa46f02992bae28f72e Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 18:34:46 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9b6c9e..32efeb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Get specific commits of git submodules run: sh -ex ./submod.sh - name: Create kernels directory - run: mkdir -p kernels/ + run: mkdir -p ./kernels/ - name: Put git hash in startup message run: | sed -i "s/Loading.../$(date +%Y%m%d)-$(git rev-parse --short HEAD)/g" src/userinterface.cpp @@ -89,6 +89,8 @@ jobs: - uses: actions/checkout@v2 - name: Get specific commits of git submodules run: sh -ex ./submod.sh + - name: Create kernels directory + run: mkdir -p ./kernels/ - name: Put git hash in startup message run: | sed -i "s/Loading.../$(date +%Y%m%d)-$(git rev-parse --short HEAD)/g" src/userinterface.cpp