diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f97f8cd079..a20fe66df2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,6 @@ jobs: - name: Run app tests run: | make disk_img - git clone https://github.com/arceos-org/arceos-apps.git + git clone -b sync https://github.com/arceos-org/arceos-apps.git cd arceos-apps && cp ../Cargo.lock . && git reset --hard ${{ env.arceos-apps }} && cd .. make -C arceos-apps test AX_ROOT=$(pwd) ARCH=${{ matrix.arch }}