Skip to content

Commit c2b2ab1

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
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

0 commit comments

Comments
 (0)