File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 with :
4343 target : ${{ matrix.target }}
4444 rustflags : " "
45- cache-key : ${{ github.workflow }}-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
45+ cache-key : ${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
4646
4747 - name : Install dependencies (macOS)
4848 if : matrix.os == 'macos-latest'
Original file line number Diff line number Diff line change 4646 with :
4747 target : ${{ matrix.target }}
4848 rustflags : " "
49- cache-key : ${{ github.workflow }}-${{ github.event.number }}-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
49+ cache-key : ${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
5050
5151 - name : Install dependencies (macOS)
5252 if : matrix.os == 'macos-latest'
Original file line number Diff line number Diff line change 4444 with :
4545 target : ${{ matrix.target }}
4646 rustflags : " "
47- cache-key : ${{ github.workflow }}-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
47+ cache-key : ${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
4848
4949 - name : Install dependencies
5050 if : matrix.os == 'macos-latest'
You can’t perform that action at this time.
0 commit comments