Skip to content

Commit 2a5d03d

Browse files
authored
ci: use setup-just instead of choco for windows (#1508)
1 parent 65bec87 commit 2a5d03d

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,9 @@ jobs:
131131
version: v2.12.2
132132
install-only: true
133133

134-
# Install just on Windows
135-
- name: Install just (Windows)
136-
if: runner.os == 'Windows'
137-
run: |
138-
choco install just -y
139-
shell: pwsh
140-
141-
# Install just on Linux
142-
- name: Install just (Linux)
143-
if: runner.os == 'Linux'
134+
# Install just directly on Windows & Linux
135+
- name: Install just
136+
if: runner.os == 'Windows' || runner.os == 'Linux'
144137
uses: extractions/setup-just@v4
145138

146139
# Run checks with Devbox on macOS

0 commit comments

Comments
 (0)