There was an error while loading. Please reload this page.
setup-just
1 parent 65bec87 commit 2a5d03dCopy full SHA for 2a5d03d
1 file changed
.github/workflows/ci.yml
@@ -131,16 +131,9 @@ jobs:
131
version: v2.12.2
132
install-only: true
133
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'
+ # Install just directly on Windows & Linux
+ - name: Install just
+ if: runner.os == 'Windows' || runner.os == 'Linux'
144
uses: extractions/setup-just@v4
145
146
# Run checks with Devbox on macOS
0 commit comments