Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omercnet committed Jan 30, 2025
1 parent 17a82d6 commit 8f3e58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore
run: dotnet restore --locked-mode ./Descope
- name: Build with dotnet
run: dotnet build --no-restore --configuration Release
- name: Test with dotnet
Expand Down

0 comments on commit 8f3e58e

Please sign in to comment.