Skip to content

Commit

Permalink
fix(ci/bootstrap): install anda-srpm-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Sep 27, 2024
1 parent 91107cf commit f35ac91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: Build Subatomic
run: anda build -c terra-el${{ matrix.version }}-dev-${{ matrix.arch }}.cfg anda/tools/buildsys/subatomic/pkg --rpm-builder=rpmbuild
- name: Install Subatomic
run: dnf install -y ./anda-build/rpm/rpms/subatomic-*.rpm
- name: Install Subatomic and anda-srpm-macros
run: dnf install -y ./anda-build/rpm/rpms/{subatomic,anda-srpm-macros}-*.rpm

- name: Install Build Dependencies for Andaman
run: dnf builddep -y anda/tools/buildsys/anda/*.spec
Expand Down

0 comments on commit f35ac91

Please sign in to comment.