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 44c6004 commit 4b6371aCopy full SHA for 4b6371a
.github/workflows/build.yml
@@ -63,7 +63,6 @@ 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 }}"
@@ -81,7 +80,6 @@ jobs:
81
80
"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