Skip to content

Commit bbb35cc

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ 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
3638

3739
- name: Build .deb package
3840
run: just build-deb

0 commit comments

Comments
 (0)