1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 12:13:17 +00:00

Configure csproj to build rust

This commit is contained in:
Hinton
2025-10-09 10:39:28 -07:00
parent 12ad758f72
commit 4192b08aa5
2 changed files with 12 additions and 0 deletions

View File

@@ -32,6 +32,14 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
- name: Install rust
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # stable
with:
toolchain: stable
- name: Cache cargo registry
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
- name: Print environment
run: |
dotnet --info