From: juan-lunarg Date: Mon, 8 May 2023 18:26:30 +0000 (-0600) Subject: ci: Test LOADER_DISABLE_DYNAMIC_LIBRARY_UNLOADING X-Git-Tag: upstream/1.3.268~178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a050f6e285a40e5348a4de233406b51336dbd81c;p=platform%2Fupstream%2FVulkan-Loader.git ci: Test LOADER_DISABLE_DYNAMIC_LIBRARY_UNLOADING --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2506d9d..78bbd9a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,7 +175,7 @@ jobs: arch: ${{ matrix.arch }} - name: Configure - run: cmake -S. -B build -DUPDATE_DEPS=ON -D CMAKE_BUILD_TYPE=${{matrix.config}} -G "Ninja" + run: cmake -S. -B build -DUPDATE_DEPS=ON -D CMAKE_BUILD_TYPE=${{matrix.config}} -G "Ninja" -D LOADER_DISABLE_DYNAMIC_LIBRARY_UNLOADING=ON - name: Build run: cmake --build ./build