File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 88jobs :
99 release-package-on-copr :
1010 runs-on : ubuntu-latest
11- container : oraclelinux:8
11+ container : oraclelinux:9
1212 steps :
1313 - name : Install git
1414 run : dnf install -y git
@@ -18,14 +18,15 @@ jobs:
1818 uses : ./.github/actions/install-dependencies
1919 - name : Install copr-cli
2020 run : |
21- dnf install -y dnf-plugins-core epel-release
21+ dnf install -y dnf-plugins-core
22+ dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
2223 dnf -y copr enable @CESNET/NEMEA
2324 dnf install -y copr-cli
2425 - name : Mark github workspace as safe
2526 run : git config --system --add safe.directory $PWD
2627 - name : make rpm
2728 run : |
28- cmake -B build -DTELEMETRY_PACKAGE_BUILDER=ON
29+ cmake -B build -DTELEMETRY_PACKAGE_BUILDER=ON
2930 make rpm
3031 - name : Create copr config
3132 run : |
You can’t perform that action at this time.
0 commit comments