mirror of https://github.com/buster-so/buster.git
window error
This commit is contained in:
parent
771bc3b7d2
commit
a24033fb63
|
@ -54,6 +54,7 @@ jobs:
|
|||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install libpq (macOS and Linux)
|
||||
if: runner.os != 'Windows'
|
||||
run: |
|
||||
if [[ "${{ runner.os }}" == "macOS" ]]; then
|
||||
brew install libpq
|
||||
|
|
Loading…
Reference in New Issue