We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7d2c5 commit 73eac66Copy full SHA for 73eac66
.github/workflows/pages.yml
@@ -16,7 +16,6 @@ permissions:
16
17
jobs:
18
build-github-pages:
19
- name: Build and Deploy demo to Github Pages
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4 # repo checkout
.github/workflows/rust.yml
@@ -24,7 +24,7 @@ jobs:
24
if: runner.os == 'Linux'
25
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
26
with:
27
- packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev librust-atk-dev
+ packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev librust-atk-dev libgtk-3-dev
28
version: 1.0
29
execute_install_scripts: true
30
0 commit comments