Skip to content

Commit 80cd3bc

Browse files
committed
fix build
1 parent 46a4389 commit 80cd3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- "book/**"
2323

2424
env:
25-
RUST_LATEST_STABLE_VERSION: 1.71
25+
RUST_LATEST_STABLE_VERSION: 1.87.0
2626
CARGO_TERM_COLOR: always
2727
RUSTFLAGS: -D warnings
2828
RUST_BACKTRACE: 1
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
name: choco_logs
125125
path: C:\ProgramData\chocolatey\logs\*
126-
126+
127127
- name: Set PostgreSQL env variables
128128
working-directory: "C:\\${{ github.event.repository.name }}"
129129
shell: powershell

0 commit comments

Comments
 (0)