mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;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:
|
||||
ARGS: ${{ matrix.plan.args }}
|
||||
|
||||
- name: show stuff
|
||||
run: |
|
||||
if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi
|
||||
# - name: show stuff
|
||||
# run: |
|
||||
# if [[ -e ~/.stack ]]; then ls -lFRa ~/.stack; fi
|
||||
|
||||
- name: show stuff
|
||||
run: |
|
||||
if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi
|
||||
# - name: show stuff
|
||||
# run: |
|
||||
# if [[ -e ~/.local/bin ]]; then ls -lFRa ~/.local/bin; fi
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user