Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauxitedev committed Apr 15, 2021
1 parent f0c54b3 commit 025abf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Expand Up @@ -108,11 +108,11 @@ jobs:
mkdir -v -p build/linux
godot -v --export "Linux/X11" build/linux/$EXPORT_NAME.x86_64
- name: Setup tmate session for debugging purposes
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
sudo: false
# - name: Setup tmate session for debugging purposes
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# sudo: false

- name: Upload Artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 025abf2

Please sign in to comment.