Skip to content

Commit

Permalink
worked on my machine...
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Jul 23, 2023
1 parent f422f27 commit df422cc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 102 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@ jobs:
with:
dotnet-version: '6.0.x'

- uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget
- name: Restore dependencies
run: dotnet restore --locked-mode
run: dotnet restore

- name: Build
run: dotnet build --no-restore
Expand Down
1 change: 0 additions & 1 deletion Bloxstrap/Bloxstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<Version>2.4.0</Version>
<FileVersion>2.4.0.0</FileVersion>
<ApplicationManifest>app.manifest</ApplicationManifest>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<ItemGroup>
Expand Down
92 changes: 0 additions & 92 deletions Bloxstrap/packages.lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion wpfui
Submodule wpfui updated from 329101 to 5f0a87

0 comments on commit df422cc

Please sign in to comment.