File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 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 }}
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 :
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"
You can’t perform that action at this time.
0 commit comments