Skip to content

Commit

Permalink
Remove debugger check
Browse files Browse the repository at this point in the history
  • Loading branch information
sonndinh committed Mar 20, 2024
1 parent 61c71ff commit 372058a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ jobs:
runs-on: ${{ matrix.m.os }}
steps:
- uses: actions/checkout@v3
- name: Check debugger version
if: ${{ matrix.m.os == 'ubuntu-20.04' || matrix.m.os == 'macos-11' }}
shell: bash
run: |-
gdb --version
lldb --version
- name: 'Checkout MPC'
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 372058a

Please sign in to comment.