Skip to content

Commit eefa5ae

Browse files
committed
Working build
1 parent 25114c5 commit eefa5ae

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/actions/setup-builder/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
rust-version:
2222
description: 'version of rust to install (e.g. stable)'
2323
required: false
24-
default: 'stable'
24+
default: '1.88.0'
2525
target:
2626
description: 'target architecture(s)'
2727
required: false

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install python dev
5050
run: |
5151
apt update
52-
apt install -y libpython3.11-dev
52+
apt install -y libpython3-dev
5353
- name: Setup Rust toolchain
5454
uses: ./.github/actions/setup-builder
5555
with:

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,4 @@ chrono = { version = "0.4.40", default-features = false, features = ["clock"] }
104104
inherits = "release"
105105
debug = true
106106
strip = false
107+

0 commit comments

Comments
 (0)