We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf8f07 commit 81a3ab8Copy full SHA for 81a3ab8
.github/workflows/ci.yml
@@ -60,9 +60,9 @@ jobs:
60
steps:
61
- name: Check out repository contents
62
uses: actions/checkout@v3
63
- - name: Set up Python 3 with DNF
+ - name: Set up Python 3 and make with DNF
64
run: |
65
- dnf install -y python3 python3-pip
+ dnf install -y python3 python3-pip make
66
- name: Setup environment
67
68
make dependencies
@@ -93,9 +93,9 @@ jobs:
93
94
95
96
97
98
99
100
101
0 commit comments