File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
14
14
jobs :
15
15
build-linux :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
env :
18
18
SENTRY_KEY : ${{ secrets.SENTRY_KEY }}
19
19
steps :
@@ -108,6 +108,8 @@ jobs:
108
108
libzimg-dev \
109
109
yasm
110
110
- uses : taiki-e/install-action@protoc
111
+ - name : Install cbindgen
112
+ run : cargo install --force cbindgen
111
113
- uses : actions/checkout@v4
112
114
with :
113
115
submodules : recursive
Original file line number Diff line number Diff line change 32
32
# Name the Job
33
33
name : Lint Code Base
34
34
# Set the agent to run on
35
- runs-on : ubuntu-22 .04
35
+ runs-on : ubuntu-24 .04
36
36
37
37
permissions :
38
38
contents : read
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
14
14
jobs :
15
15
test-linux :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
steps :
18
18
- name : Free Disk Space
19
19
uses : jlumbroso/free-disk-space@main
@@ -110,6 +110,8 @@ jobs:
110
110
libwavpack-dev \
111
111
libzimg-dev \
112
112
yasm
113
+ - name : Install cbindgen
114
+ run : cargo install --force cbindgen
113
115
- uses : taiki-e/install-action@protoc
114
116
- uses : nschloe/action-cached-lfs-checkout@v1
115
117
- uses : subosito/flutter-action@v2
You can’t perform that action at this time.
0 commit comments