From 96b10465a65aa0f4a3488385c431526b24bd8f7c Mon Sep 17 00:00:00 2001 From: Unique Date: Mon, 26 Dec 2022 09:17:11 +0000 Subject: [PATCH] fix polkadot-types for sapphire --- --- a/.github/workflows/polkadot-types.yml +++ b/.github/workflows/polkadot-types.yml @@ -29,7 +29,7 @@ strategy: matrix: include: - - network: sapphire + - network: "sapphire" usage: "" - network: "opal" usage: "" @@ -70,8 +70,8 @@ with: node-version: 16 - - name: Install jq - run: sudo apt install jq -y + # - name: Install jq + # run: sudo apt install jq -y - name: Run generate_types_package script working-directory: tests -- gitstuff