push.yml: add tar to deps so cache action can collect cached files on github

This commit is contained in:
Ivan Zorin
2023-12-19 07:12:21 +03:00
parent 05fd7fe8ce
commit 5b16e8d773

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- name: Install dependencies (apk)
run: apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git bash
run: apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git bash tar
- name: Install dependencies (python)
run: python3 -m pip install bdflib
@@ -77,7 +77,7 @@ jobs:
steps:
- name: Install dependencies (apk)
run: apk add --no-cache gcc-riscv-none-elf newlib-riscv-none-elf findutils python3 py3-pip make git bash musl-dev
run: apk add --no-cache gcc-riscv-none-elf newlib-riscv-none-elf findutils python3 py3-pip make git bash musl-dev tar
- name: Install dependencies (python)
run: python3 -m pip install bdflib