Skip to content

Commit 2b71173

Browse files
committed
2 parents 394b345 + d5b3744 commit 2b71173

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release_linux.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ on:
77

88
jobs:
99
build-linux:
10+
name: Build and Release Linux Binary
1011
runs-on: ubuntu-latest
1112

1213
steps:
1314
- name: Checkout repository
14-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4 # Use actions/checkout@v4 as per your example
1516

16-
- name: Set up Rust
17-
uses: actions/setup-rust@v1
18-
with:
19-
rust-version: 'stable'
17+
- name: Set up Rust toolchain
18+
uses: dtolnay/rust-toolchain@stable # Set up Rust toolchain to use stable version
2019

2120
- name: Install dependencies
2221
run: |

0 commit comments

Comments
 (0)