Skip to content

Commit 9de2913

Browse files
committed
fixup ls
1 parent 6306025 commit 9de2913

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/conan.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
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:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.")
294294
endif()
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

0 commit comments

Comments
 (0)