Skip to content

Commit 332e4c9

Browse files
committed
cmake for fedora
1 parent 8ee898f commit 332e4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
run: |
185185
docker run -v ${{ github.workspace }}:/app -w /app fedora:latest bash -c "
186186
dnf update -y &&
187-
dnf install -y python3 python3-pip binutils zip gcc libffi-devel ninja gtk3-devel git which &&
187+
dnf install -y python3 python3-pip binutils zip gcc libffi-devel ninja gtk3-devel git which cmake &&
188188
pip3 install --upgrade pip &&
189189
pip3 install pyinstaller &&
190190
pip3 install -r requirements.txt &&

0 commit comments

Comments
 (0)