Skip to content

Commit 564a55c

Browse files
authored
Update build.yml
1 parent 71dcec7 commit 564a55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
3737
- name: Install and test ${{ matrix.tool.plugin }} ${{ matrix.version }} on ${{ matrix.os }}
3838
run: |
39-
asdf install ${{ matrix.tool.plugin }} ${{ matrix.version }}
40-
asdf set ${{ matrix.tool.plugin }} ${{ matrix.version }}
39+
ASDF_DEBUG=1 asdf install ${{ matrix.tool.plugin }} ${{ matrix.version }}
40+
ASDF_DEBUG=1 asdf set ${{ matrix.tool.plugin }} ${{ matrix.version }}
4141
which ${{ matrix.tool.plugin }}
4242
${{ matrix.tool.command }}
4343
env:

0 commit comments

Comments
 (0)