1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-13 00:58:13 -05:00

FIX: add more dotnet setup (#3181)

* UPDATE: move dotnet setup to run before checkout
This commit is contained in:
Opeyemi 2023-08-11 14:54:40 +01:00 committed by GitHub
parent 6785908e39
commit 9d4b98e787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,11 @@ jobs:
base_path: ./bitwarden_license/src
node: true
steps:
- name: Set up dotnet
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: "6.0.x"
- name: Checkout repo
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@ -478,6 +483,11 @@ jobs:
- linux-x64
- win-x64
steps:
- name: Set up dotnet
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: "6.0.x"
- name: Checkout repo
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3