Skip to content

Commit 44c6004

Browse files
committed
adding working directory
1 parent adfd516 commit 44c6004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
git config --system core.longpaths true
6464
6565
- uses: Swatinem/rust-cache@v2
66+
working-directory: "C:\\${{ github.event.repository.name }}"
6667

6768
- name: Set default linker
6869
working-directory: "C:\\${{ github.event.repository.name }}"
@@ -80,6 +81,7 @@ jobs:
8081
"PQ_LIB_DIR=${env:PROGRAMFILES}\PostgreSQL\14\lib" >> $env:GITHUB_ENV
8182
8283
- uses: actions-rs/toolchain@v1
84+
working-directory: "C:\\${{ github.event.repository.name }}"
8385
with:
8486
toolchain: "1.65"
8587

0 commit comments

Comments
 (0)