Skip to content

Commit

Permalink
[CI] Modify setup actions to absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Oct 18, 2024
1 parent 76c51dc commit ddcbe00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
continue-on-error: ${{ matrix.rust-toolchain == 'nightly' }}
run: make ARCH=${{ matrix.arch }} A=examples/shell

- uses: ./.github/workflows/actions/setup-musl
- uses: arceos-org/arceos/.github/workflows/actions/setup-musl
with:
arch: ${{ matrix.arch }}
- name: Build helloworld-c
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
--commit ${{ github.sha }}
- uses: Swatinem/rust-cache@v2
- run: cargo install cargo-binutils
- uses: ./.github/workflows/actions/setup-qemu
- uses: arceos-org/arceos/.github/workflows/actions/setup-qemu
with:
qemu-version: ${{ env.qemu-version }}
- uses: ./.github/workflows/actions/setup-musl
- uses: arceos-org/arceos/.github/workflows/actions/setup-musl
with:
arch: ${{ matrix.arch }}
- name: Run app tests
Expand Down

0 comments on commit ddcbe00

Please sign in to comment.