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
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Install libpq (macOS and Linux)
|
- name: Install libpq (macOS and Linux)
|
||||||
|
if: runner.os != 'Windows'
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ runner.os }}" == "macOS" ]]; then
|
if [[ "${{ runner.os }}" == "macOS" ]]; then
|
||||||
brew install libpq
|
brew install libpq
|
||||||
|
|
Loading…
Reference in New Issue