mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Add quotes
This commit is contained in:
		
							parent
							
								
									5811099446
								
							
						
					
					
						commit
						978c6b3d14
					
				
							
								
								
									
										4
									
								
								.github/workflows/install.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/install.yml
									
									
									
									
										vendored
									
									
								
							@ -8,7 +8,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ${{ matrix.os }}
 | 
					    runs-on: ${{ matrix.os }}
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
 | 
					        os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Free up storage
 | 
					      - name: Free up storage
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
@ -44,7 +44,7 @@ jobs:
 | 
				
			|||||||
      options: --privileged --mount type=bind,source=/,target=/host
 | 
					      options: --privileged --mount type=bind,source=/,target=/host
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        os: [rockylinux:8, rockylinux:9, almalinux:8, almalinux:9]
 | 
					        os: ["rockylinux:8", "rockylinux:9", "almalinux:8", "almalinux:9"]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: check distro
 | 
					      - name: check distro
 | 
				
			||||||
        run: cat /etc/os-release
 | 
					        run: cat /etc/os-release
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user