File tree Expand file tree Collapse file tree 6 files changed +175
-110
lines changed
Expand file tree Collapse file tree 6 files changed +175
-110
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v1
14+ - uses : actions/checkout@v4
1515 - name : Publish
1616 env :
1717 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
1818 run : cargo publish
19-
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v4
1212 - name : Deps
1313 run : |
14- wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18 && rm llvm.sh
14+ wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 19 && rm llvm.sh
1515 rustup target add riscv64imac-unknown-none-elf
1616 - name : Install Rust components
1717 run : rustup component add rustfmt clippy
You can’t perform that action at this time.
0 commit comments