Skip to content

Commit

Permalink
fix(ci/build): use mock
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Jan 15, 2025
1 parent da2e32b commit c721ef7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c721ef7

Please sign in to comment.