Skip to content

Commit

Permalink
Unit packaging: added a step to install Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed May 17, 2024
1 parent 428a07b commit 4cc7a30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: install build-depends
run: |
cd pkg/deb
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
if: ${{ matrix.os != 'amazonlinux-2' && matrix.os != 'rhel-7' }}

- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: install build-depends
run: |
cd pkg/rpm
Expand Down

0 comments on commit 4cc7a30

Please sign in to comment.