Skip to content

Commit 3de6a2a

Browse files
committed
ci: begone libfontconfig
1 parent e912feb commit 3de6a2a

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build and Deploy
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+*'
6+
- "v[0-9]+.[0-9]+.[0-9]+*"
77
workflow_dispatch:
8-
8+
99
env:
1010
CARGO_INCREMENTAL: 0
1111
CARGO_NET_RETRY: 10
@@ -26,10 +26,6 @@ jobs:
2626
profile: minimal
2727
override: true
2828

29-
# See failed run <https://github.com/MaxOhn/Bathbot/actions/runs/13952289631/job/39054697734>
30-
- name: "Install fontconfig"
31-
run: sudo apt-get -y install libfontconfig1-dev jq
32-
3329
- name: Cache dependencies
3430
uses: Swatinem/rust-cache@v1
3531

@@ -45,4 +41,4 @@ jobs:
4541
key: ${{ secrets.SCP_KEY }}
4642
source: target/release/bathbot-twilight
4743
target: ${{ secrets.SCP_TARGET }}
48-
strip_components: 2
44+
strip_components: 2

0 commit comments

Comments
 (0)