Skip to content

Commit c7ae0c9

Browse files
committed
Install Ninja
1 parent ec9d361 commit c7ae0c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ jobs:
154154
run: |
155155
if ! which cargo-wix; then cargo binstall -y cargo-wix; fi
156156
157+
- name: Setup Ninja
158+
if: matrix.os == 'windows-latest'
159+
- uses: seanmiddleditch/gha-setup-ninja@v6
160+
157161
- name: Install dependencies (macOS)
158162
if: matrix.os == 'macos-latest'
159163
run: |
@@ -181,6 +185,8 @@ jobs:
181185
neovim: true
182186

183187
- uses: Swatinem/rust-cache@v2
188+
with:
189+
cache-directories: "../c"
184190

185191
- name: Build (Windows)
186192
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)