mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	CI: Looks like "cache-apt-pkgs-action" needs exact package names
And list only one package per line; way easier to read and maintain :-)
This commit is contained in:
		
							
								
								
									
										13
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -37,7 +37,18 @@ jobs: | |||||||
|     - uses: actions/checkout@v4 |     - uses: actions/checkout@v4 | ||||||
|     - uses: awalsh128/cache-apt-pkgs-action@v1 |     - uses: awalsh128/cache-apt-pkgs-action@v1 | ||||||
|       with: |       with: | ||||||
|         packages: autoconf automake build-essential expect libident-dev libpam-dev libssl-dev libwrap0-dev libz-dev pkg-config telnet |         packages: > | ||||||
|  | 	  autoconf | ||||||
|  | 	  automake | ||||||
|  | 	  build-essential | ||||||
|  | 	  expect | ||||||
|  | 	  libident-dev | ||||||
|  | 	  libpam0g-dev | ||||||
|  | 	  libssl-dev | ||||||
|  | 	  libwrap0-dev | ||||||
|  | 	  pkg-config | ||||||
|  | 	  telnet | ||||||
|  | 	  zlib1g-dev | ||||||
|         version: 1.0 |         version: 1.0 | ||||||
|     - name: Generate build system files |     - name: Generate build system files | ||||||
|       run: ./autogen.sh |       run: ./autogen.sh | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton