From 57ee2772d5de44d12b21d4174d717b6820021722 Mon Sep 17 00:00:00 2001 From: f-trycua Date: Sun, 16 Mar 2025 16:11:00 +0100 Subject: [PATCH] Fix lume action working directory --- .github/workflows/lume.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lume.yml b/.github/workflows/lume.yml index f1085645..d33191cc 100644 --- a/.github/workflows/lume.yml +++ b/.github/workflows/lume.yml @@ -20,6 +20,7 @@ jobs: - run: uname -a - run: sudo xcode-select -s /Applications/Xcode_16.app # Swift 6.0 - run: swift test + working-directory: ./libs/lume build: name: Release build runs-on: macos-15 @@ -28,3 +29,4 @@ jobs: - run: uname -a - run: sudo xcode-select -s /Applications/Xcode_16.app # Swift 6.0 - run: swift build --configuration release + working-directory: ./libs/lume