Skip to content

Commit

Permalink
fix: reenable actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Nov 24, 2024
1 parent 1465dee commit e77d968
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.100"
# cache: true
# cache-dependency-path: src/ToMqttNet/packages.lock.json
cache: true
cache-dependency-path: src/ToMqttNet/packages.lock.json
- name: Restore
run: dotnet restore --locked-mode
- name: Build
Expand All @@ -53,8 +53,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.100"
# cache: true
# cache-dependency-path: src/ToMqttNet/packages.lock.json
cache: true
cache-dependency-path: src/ToMqttNet/packages.lock.json
- name: Create Release NuGet package
run: |
arrTag=(${GITHUB_REF//\// })
Expand Down

0 comments on commit e77d968

Please sign in to comment.