projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7bf153
)
ci: Test LOADER_DISABLE_DYNAMIC_LIBRARY_UNLOADING
author
juan-lunarg
<juan@lunarg.com>
Mon, 8 May 2023 18:26:30 +0000
(12:26 -0600)
committer
Juan Ramos
<114601453+juan-lunarg@users.noreply.github.com>
Mon, 8 May 2023 21:08:45 +0000
(15:08 -0600)
.github/workflows/build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index f2506d9d1c1aec9a057570718d220f6186b37016..78bbd9a576fb2182235e2cfb0f6add8da1a65ea1 100644
(file)
--- 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