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 ba819b3 commit adfd516Copy full SHA for adfd516
.github/workflows/build.yml
@@ -48,6 +48,7 @@ jobs:
48
CARGO_FLAGS: --verbose --locked
49
steps:
50
- name: Checkout code
51
+ #Workaround for the running out of disk space issue. See https://github.com/actions/runner-images/issues/1341
52
run: |
53
mkdir C:\\${{ github.event.repository.name }}
54
git clone -n -v --progress https://github.com/input-output-hk/${{ github.event.repository.name }}.git C:\\${{ github.event.repository.name }}
@@ -77,7 +78,7 @@ jobs:
77
78
shell: powershell
79
80
"PQ_LIB_DIR=${env:PROGRAMFILES}\PostgreSQL\14\lib" >> $env:GITHUB_ENV
-
81
+
82
- uses: actions-rs/toolchain@v1
83
with:
84
toolchain: "1.65"
0 commit comments