Skip to content

Commit

Permalink
Updated release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaaskarian committed Feb 1, 2024
1 parent b59ebc7 commit 19fb30f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
jobs:
build-and-release:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Rust
uses: actions/setup-rust@v1
- name: Set up Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal

- name: Build for Linux
run: cargo build --release --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 19fb30f

Please sign in to comment.