From 1b02f3bd8ecc0060ebe1695afe6cdbc0b6355dde Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Fri, 17 Oct 2025 22:05:41 +0200 Subject: [PATCH] Fix for build --- .github/workflows/build-apps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 9cb132f..56c1a31 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -16,7 +16,7 @@ jobs: - name: "Build" uses: ./.github/actions/build-app with: - app_name: Calculator + app_name: Calculator Diceware: runs-on: ubuntu-latest steps: @@ -28,7 +28,7 @@ jobs: GPIO: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 - name: "Build" uses: ./.github/actions/build-app with: