Skip to content

Commit 5a21df0

Browse files
authored
Bump mozangle to v0.5.1 (matching servo) (#312)
* Bump mozangle to v0.5.1 (matching servo) Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * CI: Use default LLVM on windows again Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> --------- Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
1 parent 1da9c17 commit 5a21df0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/main.yml

-6
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ jobs:
5151
run: |
5252
sudo apt update
5353
sudo apt install gcc libxxf86vm-dev libosmesa6-dev libgles2-mesa-dev -y
54-
- name: Upgrade LLVM (Windows)
55-
if: runner.os == 'Windows'
56-
run: |
57-
choco uninstall llvm
58-
choco upgrade llvm --version=17.0.6 -y
59-
echo "LLVM_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
6054
- name: Install rust
6155
id: toolchain
6256
uses: dtolnay/rust-toolchain@master

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ optional = true
7373

7474
# Ensure that we have a static libEGL.lib present for linking with EGL bindings.
7575
[target.'cfg(target_os = "windows")'.dependencies.mozangle]
76-
version = "0.4"
76+
version = "0.5.1"
7777
features = ["egl", "build_dlls"]
7878
optional = true
7979

0 commit comments

Comments
 (0)