Skip to content

Commit d6cf2c8

Browse files
committed
Include a newer version of justfile in github actions
1 parent 6f803f0 commit d6cf2c8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
- name: Install system dependencies
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install -y musl-tools just
35+
sudo apt-get install -y musl-tools
36+
37+
- uses: extractions/setup-just@v3
38+
with:
39+
just-version: 1.42.4
3640

3741
- name: Build .deb package
3842
run: just build-deb
@@ -69,7 +73,11 @@ jobs:
6973
- name: Install system dependencies
7074
run: |
7175
sudo apt-get update
72-
sudo apt-get install -y musl-tools rpm just
76+
sudo apt-get install -y musl-tools rpm
77+
78+
- uses: extractions/setup-just@v3
79+
with:
80+
just-version: 1.42.4
7381

7482
- name: Build .rpm package
7583
run: just build-rpm

0 commit comments

Comments
 (0)