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 9ee2c55 commit cc989beCopy full SHA for cc989be
.github/workflows/client_build.yml
@@ -73,8 +73,8 @@ jobs:
73
target/
74
key: ${{ matrix.settings.host }}-${{ matrix.settings.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
75
restore-keys: ${{ matrix.settings.host }}-cargo-${{ matrix.settings.target }}
76
- - name: Setup tmate session
77
- uses: mxschmitt/action-tmate@v3
+ # - name: Setup tmate session
+ # uses: mxschmitt/action-tmate@v3
78
- name: Build
79
run: ${{ matrix.settings.build }}
80
0 commit comments