Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Niedzwiedzw committed Jan 5, 2025
1 parent e32d2a9 commit bb33655
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ jobs:
- os-name: Linux-x86_64
runs-on: ubuntu-20.04
target: x86_64-unknown-linux-gnu
command: cargo build --release --package hoolamike
toolchain: nightly

- os-name: Linux-aarch64
runs-on: ubuntu-20.04
target: aarch64-unknown-linux-gnu
command: cargo build --release --package hoolamike
toolchain: nightly

# - os-name: Linux-riscv64
# runs-on: ubuntu-20.04
Expand Down Expand Up @@ -52,7 +48,8 @@ jobs:
with:
command: ${{ matrix.platform.command }}
target: ${{ matrix.platform.target }}
args: "--locked --release"
toolchain: nightly
args: "--locked --release --package hoolamike"

- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
Expand Down

0 comments on commit bb33655

Please sign in to comment.