mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
CI: Install meson and ninja when building
Add meson and ninja-build to the prerequisites so we actually build picolibc. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
0100c9b218
commit
320710f2a9
2
.github/workflows/build-toolchains.yml
vendored
2
.github/workflows/build-toolchains.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
- name: prereq Linux
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
run: |
|
||||
sudo apt-get install -y gperf help2man libtool-bin
|
||||
sudo apt-get install -y gperf help2man libtool-bin meson ninja-build
|
||||
echo "${{ github.workspace }}/.local/bin" >> $GITHUB_PATH
|
||||
- name: prereq macOS
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
|
@ -16,7 +16,7 @@ jobs:
|
||||
- name: "prereq Linux"
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
run: |
|
||||
sudo apt-get install -y gperf help2man libtool-bin
|
||||
sudo apt-get install -y gperf help2man libtool-bin meson ninja-build
|
||||
- name: "prereq macOS"
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user