fix: the cd path
parent
9d35a9e42c
commit
f62e6f7281
|
@ -18,7 +18,7 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 3.1.x
|
||||
- name: Go to directory
|
||||
run: cd 'algorithms/CSharp'
|
||||
run: cd algorithms/CSharp
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in New Issue