From b3c440a0e582b58bdfd984041e031cf061690648 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 Jul 2023 20:41:10 +0200 Subject: project.cmake: require the build dir argument It doesn't make a lot of sense for the build dir argument to be optional. There's still a placeholder you can use to build in a temporary directory. --- .github/actions/build-example/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/actions') diff --git a/.github/actions/build-example/action.yml b/.github/actions/build-example/action.yml index 60ca2e8..ba7b43f 100644 --- a/.github/actions/build-example/action.yml +++ b/.github/actions/build-example/action.yml @@ -63,7 +63,7 @@ runs: $args += '--boost',$boost_dir } - $args += '--',$src_dir + $args += '--',$src_dir,'TMP' $env:VERBOSE = 1 & $python -m project.cmake.build $args shell: pwsh -- cgit v1.2.3