Skip to content

Commit

Permalink
Unit packaging: specify a toolchain version
Browse files Browse the repository at this point in the history
This is the same version as currently used for nightly builds &
packaging on internal infra.
  • Loading branch information
thresheek committed May 17, 2024
1 parent cbe23bc commit 481506c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.75.0
cache: false

- name: install build-depends
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.75.0
cache: false

- name: install build-depends
Expand Down

0 comments on commit 481506c

Please sign in to comment.