We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bf1fff + 5ba0f2d commit 6110607Copy full SHA for 6110607
.github/workflows/build.yaml
@@ -63,7 +63,7 @@ jobs:
63
- name: "Install Depenencies"
64
run: |
65
apt-get update
66
- apt-get install -y build-essential libgtk-4-dev libadwaita-1-dev
+ apt-get install -y build-essential git libgtk-4-dev libadwaita-1-dev
67
68
# Refer : https://github.com/marketplace/actions/setup-zig-compiler
69
- name: "Setup Zip"
0 commit comments