Skip to content

Commit 8f3dc34

Browse files
committed
Fixes
1 parent 165a856 commit 8f3dc34

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)