소스 검색

use minimal profile for installation (#247)

* use minimal profile for installation

I believe we don't need the full standard install just to run the build.

* set minimal in prod as well
Jacob Bolda 5 년 전
부모
커밋
232af15a2e
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/smoke-test-prod.yml
  2. 1 0
      .github/workflows/smoke-tests-source.yml

+ 1 - 0
.github/workflows/smoke-test-prod.yml

@@ -30,6 +30,7 @@ jobs:
       uses: actions-rs/toolchain@v1
       with:
           toolchain: stable
+          profile: minimal
     - name: install webkit2gtk (ubuntu only)
       if: matrix.platform == 'ubuntu-latest'
       run: |

+ 1 - 0
.github/workflows/smoke-tests-source.yml

@@ -52,6 +52,7 @@ jobs:
       uses: actions-rs/toolchain@v1
       with:
           toolchain: stable
+          profile: minimal
     - name: install webkit2gtk (ubuntu only)
       if: matrix.platform == 'ubuntu-latest'
       run: |