File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ concurrency:
1414 cancel-in-progress : true
1515
1616env :
17- NODE_OPTIONS : " --max_old_space_size=4096"
17+ NODE_OPTIONS : ' --max_old_space_size=4096'
1818 VITEST_SEGFAULT_RETRY : 3
1919
2020jobs :
2121 rust-tests :
22- runs-on : ubuntu-latest
22+ runs-on : ubuntu-20.04
2323 steps :
2424 - uses : actions/checkout@v3
2525 - name : Install dependencies
3333 uses : swatinem/rust-cache@v2
3434 with :
3535 workspaces : ' ./src-tauri -> target'
36+ cache-bin : false
3637 - name : Sync node version and setup cache
3738 uses : actions/setup-node@v3
3839 with :
4445 working-directory : src-tauri
4546 run : cargo test
4647 rust-fmt :
47- runs-on : ubuntu-latest
48+ runs-on : ubuntu-20.04
4849 steps :
4950 - uses : actions/checkout@v3
5051 - name : Install dependencies
6364 working-directory : src-tauri
6465 run : cargo fmt --all --check
6566 rust-clippy :
66- runs-on : ubuntu-latest
67+ runs-on : ubuntu-20.04
6768 steps :
6869 - uses : actions/checkout@v3
6970 - name : Install dependencies
7778 uses : swatinem/rust-cache@v2
7879 with :
7980 workspaces : ' ./src-tauri -> target'
81+ cache-bin : false
8082 - run : rustup component add clippy
8183 - name : Sync node version and setup cache
8284 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " 1.74.1"
You can’t perform that action at this time.
0 commit comments