Skip to content

Commit 148b0c6

Browse files
committed
fix cicd, step 29
1 parent 8d9fc0f commit 148b0c6

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/client_build.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@ jobs:
7171
~/.cargo/registry/cache/
7272
~/.cargo/git/db/
7373
target/
74-
key: ${{ matrix.settings.host }}-${{matrix.settings.target}}-cargo-${{ hashFiles('**/Cargo.lock') }}
75-
restore-keys: ${{ runner.os }}-cargo-
76-
- name: Build
77-
run: ${{ matrix.settings.build }}
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
78+
# - name: Build
79+
# run: ${{ matrix.settings.build }}
7880

79-
- name: Upload artifact
80-
uses: actions/upload-artifact@v2
81-
with:
82-
path: /release/*
83-
if-no-files-found: error
81+
# - name: Upload artifact
82+
# uses: actions/upload-artifact@v2
83+
# with:
84+
# path: /release/*
85+
# if-no-files-found: error

0 commit comments

Comments
 (0)