mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
move the cache earlier
This commit is contained in:
parent
9ab9ec7fc5
commit
c432c77233
1 changed files with 1 additions and 11 deletions
12
.github/workflows/CICD.yml
vendored
12
.github/workflows/CICD.yml
vendored
|
@ -765,22 +765,12 @@ jobs:
|
|||
## VARs setup
|
||||
echo "TEST_SUMMARY_FILE=busybox-result.json" >> $GITHUB_OUTPUT
|
||||
- uses: actions/checkout@v3
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Install/setup prerequisites
|
||||
shell: bash
|
||||
run: |
|
||||
## Install/setup prerequisites
|
||||
make prepare-busytest
|
||||
- name: Install `rust` toolchain
|
||||
run: |
|
||||
rustup toolchain install stable --profile minimal
|
||||
rustup default stable
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
## Install dependencies
|
||||
sudo apt-get update
|
||||
sudo apt-get install jq
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: "Run BusyBox test suite"
|
||||
id: summary
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue