Skip to content

Commit f643346

Browse files
committed
Add ninja
1 parent 6a5dae6 commit f643346

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ jobs:
230230
uses: bytecodealliance/actions/wasmtime/setup@v1
231231
with:
232232
version: "18.0.2"
233+
- name: Install ninja
234+
run: sudo apt-get install -y ninja-build
235+
if: runner.os == 'Linux'
233236
- uses: actions/download-artifact@v4
234237
with:
235238
name: dist-x86_64-linux

0 commit comments

Comments
 (0)