diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f983d14447..e8154c2b06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,15 +60,8 @@ jobs: - name: Set up git repository run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - - name: CI Setup Script - run: | - dir=${{ matrix.pkg }} - if [ -f $dir/ci_setup.rhai ]; then - anda run $dir/ci_setup.rhai --labels script_path=$dir/ci_setup.rhai - fi - - name: Build with Andaman - run: anda build -rrpmbuild anda/${{ matrix.pkg }}pkg + run: anda build -c terra-${{ matrix.version }}-${{ matrix.pkg.arch }} anda/${{ matrix.pkg }}pkg - name: Generating artifact name id: art