Loris Leiva 1 år sedan
förälder
incheckning
dad0d05a5c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      template/base/.github/actions/setup/action.yml.njk

+ 1 - 1
template/base/.github/actions/setup/action.yml.njk

@@ -33,7 +33,7 @@ runs:
       with:
         version: {% raw %}${{ inputs.solana }}{% endraw %}
         cache: {% raw %}${{ inputs.cache }}{% endraw %}
- {% if programFramework === 'anchor' %}
+{% if programFramework === 'anchor' %}
     - name: Install Anchor
       if: {% raw %}${{ inputs.anchor != '' }}{% endraw %}
       uses: metaplex-foundation/actions/install-anchor-cli@v1