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 6d91fcd commit fcbd474Copy full SHA for fcbd474
.github/workflows/release-binaries.yml
@@ -247,6 +247,7 @@ jobs:
247
echo "int main(int argc, char** argv) { return 0; }" >> test.cpp
248
${{ steps.setup-stage.outputs.build-prefix }}/build/bin/clang++ -### -fuse-ld=lld -stdlib=libc++ -Wl,--verbose test.cpp
249
ls -ltr ${{ steps.setup-stage.outputs.build-prefix }}/build/lib/*
250
+ ${{ steps.setup-stage.outputs.build-prefix }}/build/bin/clang++ -fuse-ld=lld -stdlib=libc++ -Wl,--verbose test.cpp
251
252
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
253
with:
0 commit comments