Skip to content

Commit f2b5efa

Browse files
authored
chore(CI): update sccache and install vulkan
1 parent c206073 commit f2b5efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-appimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121

2222
- name: Setup sccache
23-
uses: mozilla-actions/sccache-action@v0.0.3
23+
uses: mozilla-actions/sccache-action@v0.0.9
2424

2525
- name: Install OpenXR SDK dependencies
2626
run: |
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Stardust/Rust dependencies
4242
run: |
4343
sudo apt-get update
44-
sudo apt-get install -y pkg-config libfuse2t64 libfontconfig1-dev libgbm-dev libglvnd-dev libxcb-ewmh-dev libxfixes-dev libxcb-icccm4-dev libxcb-res0-dev libxkbcommon-dev xwayland
44+
sudo apt-get install -y pkg-config libfuse2t64 libfontconfig1-dev vulkan-tools libvulkan1 libxcb-ewmh-dev libxfixes-dev libxcb-icccm4-dev libxcb-res0-dev libxkbcommon-dev xwayland
4545
4646
- name: Set up Rust (gnu)
4747
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)