We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b333c9 commit a3eba60Copy full SHA for a3eba60
1 file changed
action.yml
@@ -160,7 +160,7 @@ runs:
160
sudo chgrp $(whoami) /dev/kvm
161
sudo ls -al /dev/kvm
162
fi
163
- echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
+ echo "RUST_BACKTRACE=full" >> $GITHUB_ENV
164
shell: bash
165
166
### Windows setup ###
@@ -185,5 +185,5 @@ runs:
185
- name: Set up env vars (Windows)
186
if: ${{ (runner.os == 'Windows') }}
187
run: |
188
189
shell: pwsh
0 commit comments