File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 32
32
run : ghcup install cabal recommended
33
33
- name : Install GHC
34
34
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'
44
35
# Pre-fetch HLS binaries before the tests because otherwise
45
36
# we run into timeouts. Downloading takes longer, since we download
46
37
# per HLS version one HLS binary per GHC version.
77
68
# This is a poor man's workaround that after test execution,
78
69
# the test-workspace still contains binaries and caches.
79
70
run : |
80
- tree -a test-workspace/
81
71
rm -rf test-workspace/
82
72
shell : bash
83
73
- name : Package tested extension
You can’t perform that action at this time.
0 commit comments