fix: the cd path

pull/185/head
Ming Tsai 2021-04-14 21:45:49 -04:00 committed by GitHub
parent 9d35a9e42c
commit f62e6f7281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
with: with:
dotnet-version: 3.1.x dotnet-version: 3.1.x
- name: Go to directory - name: Go to directory
run: cd 'algorithms/CSharp' run: cd algorithms/CSharp
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
- name: Build - name: Build