Skip to content

Commit

Permalink
fix: actions disable locked mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Nov 24, 2024
1 parent 882691b commit b2bbcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache: true
cache-dependency-path: src/ToMqttNet/packages.lock.json
- name: Restore
run: dotnet restore --locked-mode
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
Expand Down

0 comments on commit b2bbcbf

Please sign in to comment.