This commit is contained in:
ok-nick 2022-07-18 00:22:43 -04:00
parent a91bac5d32
commit 4ba44cf0da

View file

@ -60,10 +60,6 @@ runs:
aftman trust $name aftman trust $name
done done
- name: Test
run: cat ./aftman.toml
shell: bash
- name: Install tools - name: Install tools
shell: bash shell: bash
run: | run: |
@ -71,6 +67,7 @@ runs:
if [ ${{ inputs.no-trust-check }} == true ]; then if [ ${{ inputs.no-trust-check }} == true ]; then
aftman install --no-trust-check aftman install --no-trust-check
else else
cat ./aftman.toml
aftman install aftman install
fi fi