Skip to content

Commit 92b737b

Browse files
authored
Remove debugger tools from CI (#873)
1 parent b9a5e70 commit 92b737b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ jobs:
3232
run: ghcup install cabal recommended
3333
- name: Install GHC
3434
run: ghcup install ghc ${{matrix.ghc}}
35-
- name: 'Install `tree` for MacOs'
36-
run: |
37-
brew update
38-
brew install tree
39-
if: runner.os == 'macOS'
40-
- name: 'Install `tree` for Windows'
41-
run: |
42-
choco install tree
43-
if: runner.os == 'Windows'
4435
# Pre-fetch HLS binaries before the tests because otherwise
4536
# we run into timeouts. Downloading takes longer, since we download
4637
# per HLS version one HLS binary per GHC version.
@@ -77,7 +68,6 @@ jobs:
7768
# This is a poor man's workaround that after test execution,
7869
# the test-workspace still contains binaries and caches.
7970
run: |
80-
tree -a test-workspace/
8171
rm -rf test-workspace/
8272
shell: bash
8373
- name: Package tested extension

0 commit comments

Comments
 (0)