File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -240,15 +240,6 @@ jobs:
240240 release_dir=`find ${{ steps.setup-stage.outputs.build-prefix }}/build -iname 'stage2-bins'`
241241 mv $release_dir/${{ needs.prepare.outputs.release-binary-filename }} .
242242
243- - name : Debug
244- shell : bash
245- if : always()
246- run : |
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-
252243 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
253244 with :
254245 name : ${{ runner.os }}-${{ runner.arch }}-release-binary
You can’t perform that action at this time.
0 commit comments