mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ci : use actions from ggml-org (#11140)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1237,7 +1237,7 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Create release |       - name: Create release | ||||||
|         id: create_release |         id: create_release | ||||||
|         uses: anzz1/action-create-release@v1 |         uses: ggml-org/action-create-release@v1 | ||||||
|         env: |         env: | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|         with: |         with: | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							| @@ -97,10 +97,9 @@ jobs: | |||||||
|           GITHUB_BRANCH_NAME: ${{ github.head_ref || github.ref_name }} |           GITHUB_BRANCH_NAME: ${{ github.head_ref || github.ref_name }} | ||||||
|           GITHUB_REPOSITORY_OWNER: '${{ github.repository_owner }}' |           GITHUB_REPOSITORY_OWNER: '${{ github.repository_owner }}' | ||||||
|  |  | ||||||
|       # https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example |  | ||||||
|       - name: Free Disk Space (Ubuntu) |       - name: Free Disk Space (Ubuntu) | ||||||
|         if: ${{ matrix.config.free_disk_space == true }} |         if: ${{ matrix.config.free_disk_space == true }} | ||||||
|         uses: jlumbroso/free-disk-space@v1.3.1 |         uses: ggml-org/free-disk-space@v1.3.1 | ||||||
|         with: |         with: | ||||||
|           # this might remove tools that are actually needed, |           # this might remove tools that are actually needed, | ||||||
|           # if set to "true" but frees about 6 GB |           # if set to "true" but frees about 6 GB | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Xuan Son Nguyen
					Xuan Son Nguyen