Skip to content

Commit

Permalink
rust
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeokjunejeon committed Dec 8, 2024
1 parent d304c21 commit e805bd1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,24 @@ jobs:
with:
ref: ${{ github.event.inputs.branch }}

- name: Install Rust (${{ matrix.os }}, ${{ matrix.name }})
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: ${{ matrix.target }}
override: true

- name: Install musl-tools (for Alpine)
if: matrix.target == 'x86_64-unknown-linux-musl'
run: |
sudo apk add curl gcc musl-dev
- name: Install RPM build tools
if: matrix.packaging == 'rpm'
run: |
dnf install -y rpm-build
- name: Install Rust (${{ matrix.os }}, ${{ matrix.name }})
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: ${{ matrix.target }}
override: true

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit e805bd1

Please sign in to comment.