Skip to content

Commit 4ca81d5

Browse files
authored
Merge pull request #292 from menloresearch/refactor/remove-debug-step
refactor: remove debug step
2 parents 2248b56 + 195de95 commit 4ca81d5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/menlo-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,12 +360,6 @@ jobs:
360360
- name: Replace our Makefile
361361
run: |
362362
cat menlo/Makefile | tee Makefile
363-
364-
- name: Show arch (debug)
365-
shell: pwsh
366-
run: |
367-
echo "runner.arch = ${{ runner.arch }}"
368-
echo "PROCESSOR_ARCHITECTURE = $Env:PROCESSOR_ARCHITECTURE" # Windows-only extra check
369363
370364
- name: use python for linux
371365
continue-on-error: true

0 commit comments

Comments
 (0)