File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010 strategy :
1111 matrix :
12- os : [ubuntu-latest, windows-latest, macos -latest]
12+ os : [windows-latest]
1313 steps :
1414 - uses : actions/checkout@v4
1515 - name : release rust project
1616 uses : lxl66566/rust-simple-release@main
1717 with :
1818 targets : |
19- aarch64-unknown-linux-gnu
20- aarch64-unknown-linux-musl
2119 x86_64-pc-windows-msvc
22- x86_64-unknown-linux-musl
23- x86_64-unknown-linux-gnu
24- aarch64-apple-darwin
25- x86_64-apple-darwin
2620 token : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 1010jobs :
1111 test :
1212 name : cargo test
13- runs-on : ubuntu -latest
13+ runs-on : windows -latest
1414 env :
1515 SCCACHE_GHA_ENABLED : " true"
1616 RUSTC_WRAPPER : " sccache"
You can’t perform that action at this time.
0 commit comments