Remove caching from runner config as no package.lock.json is set up as of yet. Future re-architecting may make this necessary
This commit is contained in:
parent
888f6862bb
commit
1ab300936b
|
|
@ -10,5 +10,4 @@ jobs:
|
||||||
- uses: actions/setup-dotnet@v5
|
- uses: actions/setup-dotnet@v5
|
||||||
with:
|
with:
|
||||||
dotnet-version: 10.x
|
dotnet-version: 10.x
|
||||||
cache: true
|
|
||||||
- run: dotnet build cssitegen
|
- run: dotnet build cssitegen
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user