mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-25 18:26:28 -05:00
fix ci for windows
This commit is contained in:
parent
2ec90384f4
commit
bee547ef68
2 changed files with 5 additions and 3 deletions
|
|
@ -78,10 +78,11 @@ jobs:
|
||||||
gir1.2-javascriptcoregtk-4.1=2.44.0-2 \
|
gir1.2-javascriptcoregtk-4.1=2.44.0-2 \
|
||||||
gir1.2-webkit2-4.1=2.44.0-2;
|
gir1.2-webkit2-4.1=2.44.0-2;
|
||||||
|
|
||||||
- name: work around spurious network errors in curl 8.0
|
- name: Work around spurious network errors in curl 8.0
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if rustc --version --verbose | grep -q '^release: 1\.79\.'; then
|
if rustc --version --verbose | grep -q '^release: 1\.79\.'; then
|
||||||
echo CARGO_HTTP_MULTIPLEXING=false >> $GITHUB_ENV
|
echo "CARGO_HTTP_MULTIPLEXING=false" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Install Frontend Dependencies
|
- name: Install Frontend Dependencies
|
||||||
|
|
|
||||||
|
|
@ -65,9 +65,10 @@ jobs:
|
||||||
gir1.2-webkit2-4.1=2.44.0-2;
|
gir1.2-webkit2-4.1=2.44.0-2;
|
||||||
|
|
||||||
- name: work around spurious network errors in curl 8.0
|
- name: work around spurious network errors in curl 8.0
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if rustc --version --verbose | grep -q '^release: 1\.79\.'; then
|
if rustc --version --verbose | grep -q '^release: 1\.79\.'; then
|
||||||
echo CARGO_HTTP_MULTIPLEXING=false >> $GITHUB_ENV
|
echo "CARGO_HTTP_MULTIPLEXING=false" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: install frontend dependencies
|
- name: install frontend dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue