Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Jun 26, 2024
1 parent 3febf89 commit 7468fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Substitute placeholders in configs
run: |
sudo apt update
sudo apt install gcc-aarch64-linux-gnu
sudo apt install gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
find . -type f -name "*.cfg" -exec sed -i "s|HOME|$(echo $HOME)|;s|NPROC|$(nproc)|" {} +
shell: bash

Expand Down

0 comments on commit 7468fb3

Please sign in to comment.