;ci: linux: disable "show stuff"
This commit is contained in:
parent
882068a7c2
commit
faa452734f
12
.github/workflows/linux.yml
vendored
12
.github/workflows/linux.yml
vendored
@ -182,13 +182,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ARGS: ${{ matrix.plan.args }}
|
ARGS: ${{ matrix.plan.args }}
|
||||||
|
|
||||||
- name: show stuff
|
# - name: show stuff
|
||||||
run: |
|
# run: |
|
||||||
if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi
|
# if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi
|
||||||
|
|
||||||
- name: show stuff
|
# - name: show stuff
|
||||||
run: |
|
# run: |
|
||||||
if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi
|
# if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user