File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 cache : " npm"
3131 - name : rust
3232 uses : dtolnay/rust-toolchain@stable
33+ - name : rust target (macos x64)
34+ if : ${{ matrix.os == 'macos-latest' && matrix.arch == '--arch x86_64' }}
35+ run : rustup target add x86_64-apple-darwin
3336 - name : MSVC (windows)
3437 uses : ilammy/msvc-dev-cmd@v1
3538 if : contains(matrix.os, 'windows')
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 path : |
2222 packages/fuzzer/prebuilds
2323 key :
24- fuzzer-cache-${{ runner.os }}-${{
25- hashFiles(' packages/fuzzer/CMakeLists.txt ',
26- ' packages/fuzzer/**/*.h ' , 'packages/fuzzer/**/*.cpp ',
27- ' packages/fuzzer/rust/Cargo.toml' ,
24+ fuzzer-cache-${{ runner.os }}-${{ hashFiles('package-lock.json',
25+ ' package.json ' , ' packages/fuzzer/package.json ',
26+ ' packages/fuzzer/CMakeLists.txt ' , 'packages/fuzzer/**/*.h ',
27+ ' packages/fuzzer/**/*.cpp ' , 'packages/fuzzer/ rust/Cargo.toml',
2828 ' packages/fuzzer/rust/Cargo.lock' ,
2929 ' packages/fuzzer/rust/src/**/*.rs' ) }}
3030 - name : node
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
6363 path : |
6464 packages/fuzzer/prebuilds
6565 key :
66- fuzzer-cache-${{ matrix.os }}-${{
67- hashFiles(' packages/fuzzer/CMakeLists.txt ',
68- ' packages/fuzzer/**/*.h ' , 'packages/fuzzer/**/*.cpp ',
69- ' packages/fuzzer/rust/Cargo.toml' ,
66+ fuzzer-cache-${{ matrix.os }}-${{ hashFiles('package-lock.json',
67+ ' package.json ' , ' packages/fuzzer/package.json ',
68+ ' packages/fuzzer/CMakeLists.txt ' , 'packages/fuzzer/**/*.h ',
69+ ' packages/fuzzer/**/*.cpp ' , 'packages/fuzzer/ rust/Cargo.toml',
7070 ' packages/fuzzer/rust/Cargo.lock' ,
7171 ' packages/fuzzer/rust/src/**/*.rs' ) }}
7272 - name : node
You can’t perform that action at this time.
0 commit comments