Changed 'apt' to 'apt-get' to supress a warning.

Change-Id: I4bc1d8ec09a323272764b9a09e7473866c1eee92
Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
Jan Matyas 2023-02-21 17:04:46 +01:00
parent 647acd6b2a
commit 26e0731cb5
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ jobs:
- if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }}
name: Install build dependencies
run: |
sudo apt update
sudo apt install build-essential device-tree-compiler
sudo apt-get update
sudo apt-get install build-essential device-tree-compiler
- if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }}
name: Download Spike source