Skip to content

Commit 4b6371a

Browse files
committed
fix: remove working directories from the actions that dont support it
1 parent 44c6004 commit 4b6371a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

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

6867
- name: Set default linker
6968
working-directory: "C:\\${{ github.event.repository.name }}"
@@ -81,7 +80,6 @@ jobs:
8180
"PQ_LIB_DIR=${env:PROGRAMFILES}\PostgreSQL\14\lib" >> $env:GITHUB_ENV
8281
8382
- uses: actions-rs/toolchain@v1
84-
working-directory: "C:\\${{ github.event.repository.name }}"
8583
with:
8684
toolchain: "1.65"
8785

0 commit comments

Comments
 (0)