parent
c09e5ee396
commit
436ec9ec57
|
@ -14,10 +14,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install cargo
|
||||
- name: Install toolchain
|
||||
run: |
|
||||
apt update
|
||||
apt install --yes cargo
|
||||
apt install --yes curl
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue