Skip to content

Commit

Permalink
fix erros
Browse files Browse the repository at this point in the history
  • Loading branch information
Khant authored and Khant committed Aug 1, 2024
1 parent bee3ab9 commit 9aceb46
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 @@ -24,7 +24,7 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
cache: true
cache-dependency-path: "**/package-lock.json"
cache-dependency-path: "**/package.lock.json"

- name: Display dotnet version
run: dotnet --version

0 comments on commit 9aceb46

Please sign in to comment.