Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build-llvm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build LLVM

on:
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -10,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: fluendo/llvm-project
ref: gst.wasm/emsdk/4.0.22
ref: gst.wasm/emsdk/5.0.7
fetch-depth: 0
- name: Install lld
run: sudo apt install -y lld
Expand Down
Loading