mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 16:06:00 -04:00
fix ci for windows
This commit is contained in:
parent
2ec90384f4
commit
bee547ef68
@ -78,10 +78,11 @@ jobs:
|
||||
gir1.2-javascriptcoregtk-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: |
|
||||
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
|
||||
|
||||
- name: Install Frontend Dependencies
|
||||
|
@ -65,9 +65,10 @@ jobs:
|
||||
gir1.2-webkit2-4.1=2.44.0-2;
|
||||
|
||||
- name: work around spurious network errors in curl 8.0
|
||||
shell: bash
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: install frontend dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user