Skip to content

Commit fcbd474

Browse files
committed
Update debug
1 parent 6d91fcd commit fcbd474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jobs:
247247
echo "int main(int argc, char** argv) { return 0; }" >> test.cpp
248248
${{ steps.setup-stage.outputs.build-prefix }}/build/bin/clang++ -### -fuse-ld=lld -stdlib=libc++ -Wl,--verbose test.cpp
249249
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
250251
251252
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
252253
with:

0 commit comments

Comments
 (0)