소스 검색

Install Solana in CI for Anchor IDL checks

Loris Leiva 1 년 전
부모
커밋
ff9dede566
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .changeset/strange-news-pretend.md
  2. 1 0
      template/base/.github/workflows/main.yml.njk

+ 5 - 0
.changeset/strange-news-pretend.md

@@ -0,0 +1,5 @@
+---
+"create-solana-program": patch
+---
+
+Install Solana in CI for Anchor IDL checks

+ 1 - 0
template/base/.github/workflows/main.yml.njk

@@ -147,6 +147,7 @@ jobs:
           cargo-cache-local-key: cargo-local
           node: {% raw %}${{ env.NODE_VERSION }}{% endraw %}
 {% if programFramework === 'anchor' %}
+          solana: {% raw %}${{ env.SOLANA_VERSION }}{% endraw %}
           anchor: {% raw %}${{ env.ANCHOR_VERSION }}{% endraw %}
 {% endif %}