Skip to content

Commit

Permalink
Fix toolchain install for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcneill committed Dec 14, 2023
1 parent 4914c9c commit d3cc9bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
fetch-depth: 0
- name: Install toolchain
run: |
sudo apt install gcc-aarch64-linux-gnu iasl device-tree-compiler python3-pyelftools
sudo apt update
sudo apt --fix-missing install gcc-aarch64-linux-gnu iasl device-tree-compiler python3-pyelftools
- name: version
run: echo "::set-output name=version::$(echo $GITHUB_REF | cut -d / -f 3)"
id: version
Expand Down

0 comments on commit d3cc9bf

Please sign in to comment.