Skip to content

Commit

Permalink
fix a missed prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 5, 2024
1 parent 414edc4 commit e73019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache-dependency-path: 'csharp/*/packages.lock.json'

- name: Dependencies
run: make csdependencies
run: make cs_dependencies

- name: Run Tests
run: make cs_test
Expand Down

0 comments on commit e73019a

Please sign in to comment.