Loris Leiva hace 1 año
padre
commit
dad0d05a5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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