File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments