We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dcec7 commit 564a55cCopy full SHA for 564a55c
.github/workflows/build.yml
@@ -36,8 +36,8 @@ jobs:
36
37
- name: Install and test ${{ matrix.tool.plugin }} ${{ matrix.version }} on ${{ matrix.os }}
38
run: |
39
- asdf install ${{ matrix.tool.plugin }} ${{ matrix.version }}
40
- asdf set ${{ matrix.tool.plugin }} ${{ matrix.version }}
+ ASDF_DEBUG=1 asdf install ${{ matrix.tool.plugin }} ${{ matrix.version }}
+ ASDF_DEBUG=1 asdf set ${{ matrix.tool.plugin }} ${{ matrix.version }}
41
which ${{ matrix.tool.plugin }}
42
${{ matrix.tool.command }}
43
env:
0 commit comments