Working on workflow
All checks were successful
Rust / build_and_test (push) Successful in 28s

This commit is contained in:
Lukas Wölfer
2025-07-27 18:04:31 +02:00
parent cceaeaa043
commit 7c539c6919

View File

@@ -11,7 +11,7 @@ jobs:
- name: Install rustup - name: Install rustup
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install cargo - name: Install cargo