We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec338d commit 077891aCopy full SHA for 077891a
.github/workflows/build.yml
@@ -201,9 +201,10 @@ jobs:
201
- name: "cm: build"
202
run: cmake --build _build-cm --config ${{env.BUILD_TYPE}} --verbose
203
- 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||'
+ run: cmake --build _build-cm --target install
+
+ # This is running in powershell, not sh. Therefore find, env,
207
+ # sort do not work as usual.
208
209
mingw:
210
runs-on: windows-latest
0 commit comments