Skip to content

Commit cc989be

Browse files
committed
fix cicd, step 34
1 parent 9ee2c55 commit cc989be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/client_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
target/
7474
key: ${{ matrix.settings.host }}-${{ matrix.settings.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7575
restore-keys: ${{ matrix.settings.host }}-cargo-${{ matrix.settings.target }}
76-
- name: Setup tmate session
77-
uses: mxschmitt/action-tmate@v3
76+
# - name: Setup tmate session
77+
# uses: mxschmitt/action-tmate@v3
7878
- name: Build
7979
run: ${{ matrix.settings.build }}
8080

0 commit comments

Comments
 (0)