Skip to content

Commit

Permalink
github testsuite.yml: set _topdir
Browse files Browse the repository at this point in the history
  • Loading branch information
vitlav committed Apr 4, 2024
1 parent 0d8b07b commit b2564a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
- name: build
run: |
echo "%_allow_root_build 1" > ${HOME}/.rpmmacros
echo "%_topdir ${HOME}/RPM" >> ${HOME}/.rpmmacros
git config --global --add safe.directory /__w/eepm/eepm
rpmbb
- name: install
run: |
apt-get install -y /usr/src/RPM/RPMS/noarch/eepm-3*.rpm
apt-get install -y ${HOME}/RPM/RPMS/noarch/eepm-3*.rpm
epm update
- name: testsuite
Expand Down

0 comments on commit b2564a4

Please sign in to comment.