Workflow: fixed ct_ng build steps.

This commit is contained in:
imi415 2022-08-08 21:18:28 +08:00
parent 436610e94d
commit c18b139085
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
echo "${{ github.workspace }}/.local/bin" >> $GITHUB_PATH
- name: "Build ct-ng"
working-directory: "ct_ng"
run: "./configure --prefix=${{ github.workspace }}/.local/bin && make && make install"
run: "./bootstrap && ./configure --prefix=${{ github.workspace }}/.local/bin && make && make install"
- name: "Create build environment"
run: "mkdir build && cp meta/Crosstool-NG/defconfig build/defconfig"
- name: "Patch defconfig"