Fix action for real
Some checks failed
/ deploy (push) Failing after 45s

This commit is contained in:
Minecon724 2024-10-19 13:34:12 +02:00
parent 863617fe55
commit 06c4306fc2
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -6,7 +6,7 @@ jobs:
steps: steps:
- run: apt update - run: apt update
- name: Install toolchain - name: Install toolchain
run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make run: apt install --no-install-recommends -y gcc-x86-64-linux-gnu gcc-aarch64-linux-gnu make git
- name: Install dependencies - name: Install dependencies
run: apt install -y libelf-dev run: apt install -y libelf-dev
- name: Clone repository - name: Clone repository