Merge branch 'release/v1.1.0', remote-tracking branch 'origin' into feature/wallet-tests

This commit is contained in:
benedettadavico
2022-11-10 10:30:06 +01:00
40 changed files with 206 additions and 124 deletions
@@ -25,6 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Dependencies (Linux)
run: sudo apt-get update && sudo apt-get -y install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libudev-dev squashfs-tools
- name: Check the release tag starts with `nym-binaries-`
if: startsWith(github.ref, 'refs/tags/nym-binaries-') == false && github.event_name != 'workflow_dispatch'
uses: actions/github-script@v3