difftreelog
fix xcm workflow
in: master
2 files changed
.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth--- a/.github/workflows/xcm-testnet-build.yml
+++ b/.github/workflows/xcm-testnet-build.yml
@@ -82,6 +82,9 @@
username: ${{ secrets.CORE_DOCKERHUB_USERNAME }}
password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}
+ - name: Install jq
+ run: sudo apt install jq -y
+
- name: Get autorization token from DOCKERHUB
run: |
# aquire token
.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth171718 name: Prepare execution matrix18 name: Prepare execution matrix191920# needs: [xcm-testnet-build]20 #needs: [xcm-testnet-build]212122 runs-on: XL22 runs-on: XL23 outputs:23 outputs: