diff options
author | Ben V. Brown <[email protected]> | 2022-01-07 21:57:42 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2022-01-07 21:57:42 +1100 |
commit | cd86c34b904ceb6911d88156c0339af8bc9ccbe6 (patch) | |
tree | dc02c5d2f1c963f530c643588aaa71b0c96746ec /.github | |
parent | d712f6875b81f3b877baf0e661067ea211a364f3 (diff) | |
download | IronOS-cd86c34b904ceb6911d88156c0339af8bc9ccbe6.tar.gz IronOS-cd86c34b904ceb6911d88156c0339af8bc9ccbe6.zip |
Add musl headers for multi-lang
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b77f4187..116f570a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Install dependencies (apk) - run: apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git bash + run: apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git bash musl-dev - name: Install dependencies (python) run: python3 -m pip install bdflib |