ci: github: disable unused get-package action, link to action docs
This commit is contained in:
		
							parent
							
								
									4191190073
								
							
						
					
					
						commit
						b6bf0cc12b
					
				
							
								
								
									
										17
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -66,21 +66,22 @@ jobs: | |||||||
|         key: ${{ runner.os }}-stack |         key: ${{ runner.os }}-stack | ||||||
|         #key: ${{ runner.os }}-${{ matrix.resolver }}-stack |         #key: ${{ runner.os }}-${{ matrix.resolver }}-stack | ||||||
| 
 | 
 | ||||||
|     - uses: actions/cache@v1 |     - uses: actions/cache@v1           # https://github.com/marketplace/actions/cache | ||||||
|       name: Cache ~/.local/bin |       name: Cache ~/.local/bin | ||||||
|       with: |       with: | ||||||
|         path: ~/.local/bin |         path: ~/.local/bin | ||||||
|         key: ${{ runner.os }}-local-bin |         key: ${{ runner.os }}-local-bin | ||||||
| 
 | 
 | ||||||
|     - name: Install OS Packages |     # - name: Install OS Packages | ||||||
|       uses: mstksg/get-package@v1 |     #   uses: mstksg/get-package@v1   # https://github.com/marketplace/actions/get-package | ||||||
|       with: |     #   with: | ||||||
|         apt-get: ${{ matrix.apt-get }} |     #     apt-get: ${{ matrix.apt-get }} | ||||||
|         brew: ${{ matrix.brew }} |     #     brew: ${{ matrix.brew }} | ||||||
|     - uses: actions/checkout@v2 | 
 | ||||||
|  |     - uses: actions/checkout@v2       # https://github.com/marketplace/actions/checkout | ||||||
| 
 | 
 | ||||||
|     - name: Setup stack |     - name: Setup stack | ||||||
|       uses: mstksg/setup-stack@v1 |       uses: mstksg/setup-stack@v1     # https://github.com/marketplace/actions/setup-stack | ||||||
| 
 | 
 | ||||||
|     # - name: Setup cabal-install |     # - name: Setup cabal-install | ||||||
|     #   uses: actions/setup-haskell@v1 |     #   uses: actions/setup-haskell@v1 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user