Skip to content

Commit adfd516

Browse files
committed
add comments
1 parent ba819b3 commit adfd516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
CARGO_FLAGS: --verbose --locked
4949
steps:
5050
- name: Checkout code
51+
#Workaround for the running out of disk space issue. See https://github.com/actions/runner-images/issues/1341
5152
run: |
5253
mkdir C:\\${{ github.event.repository.name }}
5354
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:
7778
shell: powershell
7879
run: |
7980
"PQ_LIB_DIR=${env:PROGRAMFILES}\PostgreSQL\14\lib" >> $env:GITHUB_ENV
80-
81+
8182
- uses: actions-rs/toolchain@v1
8283
with:
8384
toolchain: "1.65"

0 commit comments

Comments
 (0)