File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 7474 - name : list stuff
7575 run : |
7676 ls
77- ls build/
7877 tree
7978
8079 build_macos :
@@ -112,7 +111,6 @@ jobs:
112111 - name : list stuff
113112 run : |
114113 ls
115- ls build/
116114 tree
117115
118116 build_linux_ubuntu_jammy :
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ else()
293293 message (WARNING "Currently running on Windows with no rust-utils file. Module code should work as expected, but client code may fail unexpectedly." )
294294endif ()
295295
296- if (NOT WIN32 OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64" )
296+ if (NOT WIN32 OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64" )
297297 add_library (viam_rust_utils STATIC IMPORTED )
298298 target_link_directories (viam_rust_utils
299299 INTERFACE
You can’t perform that action at this time.
0 commit comments