Skip to content

Commit 73eac66

Browse files
committed
CI CI CI
1 parent da7d2c5 commit 73eac66

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ permissions:
1616

1717
jobs:
1818
build-github-pages:
19-
name: Build and Deploy demo to Github Pages
2019
runs-on: ubuntu-latest
2120
steps:
2221
- uses: actions/checkout@v4 # repo checkout

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: runner.os == 'Linux'
2525
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
2626
with:
27-
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev librust-atk-dev
27+
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev librust-atk-dev libgtk-3-dev
2828
version: 1.0
2929
execute_install_scripts: true
3030

0 commit comments

Comments
 (0)