Skip to content

Commit a75bcaf

Browse files
committed
update to latest
1 parent 2f5fb63 commit a75bcaf

5 files changed

Lines changed: 23 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,22 @@ jobs:
8686
if: startsWith(matrix.config.name, 'Ubuntu')
8787
run: |
8888
sudo apt-get update
89-
sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config nodejs npm mesa-vulkan-drivers libvulkan1
89+
sudo apt-get install \
90+
cmake \
91+
libfuse2 \
92+
libxrandr-dev \
93+
libxinerama-dev \
94+
libxcursor-dev \
95+
mesa-common-dev \
96+
libx11-xcb-dev \
97+
pkg-config \
98+
nodejs \
99+
npm \
100+
mesa-vulkan-drivers \
101+
libvulkan1 \
102+
libwayland-dev \
103+
libxkbcommon-dev \
104+
wayland-protocols
90105
cmake --version
91106
gcc --version
92107

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"types.d.ts"
3535
],
3636
"dependencies": {
37-
"@webgpu/types": "^0.1.69",
37+
"@webgpu/types": "^0.1.71",
3838
"debug": "^4.4.0"
3939
},
4040
"devDependencies": {

third_party/dawn

Submodule dawn updated from c5d549e to 4b4145b

third_party/depot_tools

Submodule depot_tools updated from 8e07900 to f065bb3

0 commit comments

Comments
 (0)