We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a22426 commit 1d656efCopy full SHA for 1d656ef
.github/workflows/copr.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
release-package-on-copr:
10
runs-on: ubuntu-latest
11
- container: oraclelinux:8
+ container: oraclelinux:9
12
steps:
13
- name: Install git
14
run: dnf install -y git
@@ -25,7 +25,7 @@ jobs:
25
run: git config --system --add safe.directory $PWD
26
- name: make rpm
27
run: |
28
- cmake -B build -DTELEMETRY_PACKAGE_BUILDER=ON
+ cmake -B build -DTELEMETRY_PACKAGE_BUILDER=ON
29
make rpm
30
- name: Create copr config
31
0 commit comments