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:
parent
647acd6b2a
commit
26e0731cb5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue