We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfd516 commit 44c6004Copy full SHA for 44c6004
.github/workflows/build.yml
@@ -63,6 +63,7 @@ jobs:
63
git config --system core.longpaths true
64
65
- uses: Swatinem/rust-cache@v2
66
+ working-directory: "C:\\${{ github.event.repository.name }}"
67
68
- name: Set default linker
69
working-directory: "C:\\${{ github.event.repository.name }}"
@@ -80,6 +81,7 @@ jobs:
80
81
"PQ_LIB_DIR=${env:PROGRAMFILES}\PostgreSQL\14\lib" >> $env:GITHUB_ENV
82
83
- uses: actions-rs/toolchain@v1
84
85
with:
86
toolchain: "1.65"
87
0 commit comments