File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
id : set_version
20
20
run : echo "version=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
21
21
- name : Set up Linux environment
22
- run : sudo apt install gcc-aarch64-linux-gnu
22
+ run : |
23
+ sudo apt-get update
24
+ sudo apt-get install gcc-aarch64-linux-gnu
23
25
- name : Download and extract TF-A release
24
26
run : |
25
27
curl -L https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-${{steps.set_version.outputs.version}}.tar.gz -o trusted-firmware-a-${{steps.set_version.outputs.version}}.tar.gz
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ altered from the ones one would build locally using the official TF-A source.
17
17
18
18
# Current version
19
19
20
- The version of TF-A being built is 2.8 , which was released on 2022-11-21 .
20
+ The version of TF-A being built is 2.9 , which was released on 2023-05-23 .
21
21
22
22
# Binary validation
23
23
You can’t perform that action at this time.
0 commit comments