Remove auto install debugging tools (#5)

Please refer to README.md and install manually from now on.
This commit is contained in:
elm
2025-08-19 12:58:30 +09:00
committed by GitHub
parent e42a9beacd
commit 291f06e74b
3 changed files with 6 additions and 65 deletions

View File

@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4