mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
Split crates and clean up structure of codebase (#294)
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
bf700f9012
commit
4b00f5f143
88 changed files with 2989 additions and 1423 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
|||
jq \
|
||||
--argjson for_release '${{ toJSON(inputs.for_release) }}' \
|
||||
--argjson matrix '${{ toJSON(matrix) }}' \
|
||||
-nrf ci-scripts/compile-settings.jq \
|
||||
-nrf .github/scripts/compile-settings.jq \
|
||||
| tee -a $GITHUB_ENV
|
||||
|
||||
- name: Configure caching
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
|
||||
- name: Install deps
|
||||
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' && !startsWith(github.ref, 'refs/tags/v') }}
|
||||
run: sudo ./ci-scripts/install-deps.sh
|
||||
run: sudo .github/scripts/install-deps.sh
|
||||
|
||||
- name: Build
|
||||
run: ${{ env.CTOOL }} build ${{ env.CARGS }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue