awawawawaawawwa
Some checks failed
/ build (push) Failing after 1m10s

This commit is contained in:
xqtc161 2024-07-11 14:56:16 +02:00
parent c09e5ee396
commit 436ec9ec57

View file

@ -14,10 +14,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install cargo - name: Install toolchain
run: | run: |
apt update 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 - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests