Skip to content

Commit d5f8c31

Browse files
committed
Fix CMake variable name: SPIRV_USE_RUST_FFI -> SPIRV_ENABLE_RUST_TARGET_ENV
1 parent d2f1cc1 commit d5f8c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ jobs:
9393
run: |
9494
cmake -B build \
9595
-DSPIRV_BUILD_FUZZER=OFF \
96-
-DSPIRV_USE_RUST_FFI=ON \
96+
-DSPIRV_ENABLE_RUST_TARGET_ENV=ON \
9797
-DCMAKE_BUILD_TYPE=Release
9898
9999
- name: Configure CMake (Windows)
100100
if: runner.os == 'Windows'
101101
run: |
102-
cmake -B build -DSPIRV_BUILD_FUZZER=OFF -DSPIRV_USE_RUST_FFI=ON
102+
cmake -B build -DSPIRV_BUILD_FUZZER=OFF -DSPIRV_ENABLE_RUST_TARGET_ENV=ON
103103
104104
- name: Build C++ with Rust FFI (Unix)
105105
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)