Skip to content

Commit 077891a

Browse files
committed
ci: msvc install stuff
1 parent fec338d commit 077891a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,10 @@ jobs:
201201
- name: "cm: build"
202202
run: cmake --build _build-cm --config ${{env.BUILD_TYPE}} --verbose
203203
- name: "cm: install"
204-
run: cmake --build _build-cm --target install DESTDIR=$PWD/_dest-cm
205-
- name: "cm: list installed files"
206-
run: find _dest-cm | env LC_ALL=C sort | sed 's|^_dest-cm||'
204+
run: cmake --build _build-cm --target install
205+
206+
# This is running in powershell, not sh. Therefore find, env,
207+
# sort do not work as usual.
207208

208209
mingw:
209210
runs-on: windows-latest

0 commit comments

Comments
 (0)