Adding dependencies
Some checks failed
Initializing rust environment. / build (ubuntu-20.04) (push) Failing after 24s

This commit is contained in:
nichkara
2025-09-20 13:49:25 +02:00
parent 84932dd20e
commit 350456c855

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get install -y curl apt-get install -y curl gcc git
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- name: Running testbench - name: Running testbench