Skip to content

Commit

Permalink
Use an action to setup just
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman authored and janmasrovira committed Apr 18, 2024
1 parent 8d4019d commit 8c405a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
build-and-test-linux:
runs-on: ubuntu-22.04
steps:
- name: install just
run: sudo snap install --edge --classic just
- uses: extractions/setup-just@v2

- name: Checkout our repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -231,8 +230,7 @@ jobs:
build-and-test-macos:
runs-on: macos-12
steps:
- name: Install just
run: brew install just
- uses: extractions/setup-just@v2

- name: Checkout our repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8c405a4

Please sign in to comment.