Skip to content

Commit a883b2c

Browse files
committed
exported CMAKE_ARGS
1 parent 86aeaa7 commit a883b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
bash install_vulkan_sdk.sh
7777
- name: Build package
7878
run: |
79-
ls -lah
80-
CMAKE_ARGS='-DVulkan_INCLUDE_DIR=./VULKAN_SDK/include -DVulkan_LIBRARY=./VULKAN_SDK/lib/libvulkan.so' python -m build -w .
79+
export CMAKE_ARGS='-DVulkan_INCLUDE_DIR=./VULKAN_SDK/include -DVulkan_LIBRARY=./VULKAN_SDK/lib/libvulkan.so'
80+
python -m build -w .

0 commit comments

Comments
 (0)