Skip to content

Commit ba819b3

Browse files
committed
remove logging
1 parent 7129024 commit ba819b3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
steps:
5050
- name: Checkout code
5151
run: |
52-
echo ${{ github.event.repository.url }}
53-
echo ${{ github.event.pull_request.head.sha }}
5452
mkdir C:\\${{ github.event.repository.name }}
5553
git clone -n -v --progress https://github.com/input-output-hk/${{ github.event.repository.name }}.git C:\\${{ github.event.repository.name }}
5654
cd C:\\${{ github.event.repository.name }}
@@ -69,12 +67,6 @@ jobs:
6967
working-directory: "C:\\${{ github.event.repository.name }}"
7068
run: rustup default stable-x86_64-pc-windows-gnu
7169

72-
- name: Free disk space
73-
working-directory: "C:\\${{ github.event.repository.name }}"
74-
shell: powershell
75-
run: |
76-
Get-PSDrive
77-
7870
- name: Install dependencies
7971
working-directory: "C:\\${{ github.event.repository.name }}"
8072
run:
@@ -85,9 +77,7 @@ jobs:
8577
shell: powershell
8678
run: |
8779
"PQ_LIB_DIR=${env:PROGRAMFILES}\PostgreSQL\14\lib" >> $env:GITHUB_ENV
88-
- run: |
89-
$env:PQ_LIB_DIR
90-
80+
9181
- uses: actions-rs/toolchain@v1
9282
with:
9383
toolchain: "1.65"

0 commit comments

Comments
 (0)