There was an error while loading. Please reload this page.
1 parent e912feb commit 3de6a2aCopy full SHA for 3de6a2a
1 file changed
.github/workflows/deploy.yml
@@ -3,9 +3,9 @@ name: Build and Deploy
3
on:
4
push:
5
tags:
6
- - 'v[0-9]+.[0-9]+.[0-9]+*'
+ - "v[0-9]+.[0-9]+.[0-9]+*"
7
workflow_dispatch:
8
-
+
9
env:
10
CARGO_INCREMENTAL: 0
11
CARGO_NET_RETRY: 10
@@ -26,10 +26,6 @@ jobs:
26
profile: minimal
27
override: true
28
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
33
- name: Cache dependencies
34
uses: Swatinem/rust-cache@v1
35
@@ -45,4 +41,4 @@ jobs:
45
41
key: ${{ secrets.SCP_KEY }}
46
42
source: target/release/bathbot-twilight
47
43
target: ${{ secrets.SCP_TARGET }}
48
- strip_components: 2
44
+ strip_components: 2
0 commit comments