We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f803f0 commit d6cf2c8Copy full SHA for d6cf2c8
.github/workflows/main.yml
@@ -32,7 +32,11 @@ jobs:
32
- name: Install system dependencies
33
run: |
34
sudo apt-get update
35
- sudo apt-get install -y musl-tools just
+ sudo apt-get install -y musl-tools
36
+
37
+ - uses: extractions/setup-just@v3
38
+ with:
39
+ just-version: 1.42.4
40
41
- name: Build .deb package
42
run: just build-deb
@@ -69,7 +73,11 @@ jobs:
69
73
70
74
71
75
72
- sudo apt-get install -y musl-tools rpm just
76
+ sudo apt-get install -y musl-tools rpm
77
78
79
80
81
82
- name: Build .rpm package
83
run: just build-rpm
0 commit comments