mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fix git permissions
This commit is contained in:
		
							parent
							
								
									ec3907bfd7
								
							
						
					
					
						commit
						77ed0b4ca5
					
				
							
								
								
									
										18
									
								
								.github/workflows/install.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/install.yml
									
									
									
									
										vendored
									
									
								
							| @ -15,7 +15,9 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Clone Necessary Submodules |       - name: Clone Necessary Submodules | ||||||
|         run: git submodule update --init addins/riscv-arch-test |         run: | | ||||||
|  |               git config --global --add safe.directory '*' | ||||||
|  |               git submodule update --init addins/riscv-arch-test | ||||||
|       - name: Free up storage |       - name: Free up storage | ||||||
|         run: | |         run: | | ||||||
|               df -h |               df -h | ||||||
| @ -74,9 +76,9 @@ jobs: | |||||||
|               dnf install curl -y --allowerasing || true |               dnf install curl -y --allowerasing || true | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Clone Necessary Submodules |       - name: Clone Necessary Submodules | ||||||
|         run: git submodule update --init addins/riscv-arch-test |         run: | | ||||||
|       - name: Fix git ownership |               git config --global --add safe.directory '*' | ||||||
|         run: git config --global --add safe.directory '*' |               git submodule update --init addins/riscv-arch-test | ||||||
|       - name: Free up storage |       - name: Free up storage | ||||||
|         run: | |         run: | | ||||||
|               df -h |               df -h | ||||||
| @ -120,7 +122,9 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Clone Necessary Submodules |       - name: Clone Necessary Submodules | ||||||
|         run: git submodule update --init addins/riscv-arch-test |         run: | | ||||||
|  |               git config --global --add safe.directory '*' | ||||||
|  |               git submodule update --init addins/riscv-arch-test | ||||||
|       - name: Free up storage |       - name: Free up storage | ||||||
|         run: | |         run: | | ||||||
|               df -h |               df -h | ||||||
| @ -167,7 +171,9 @@ jobs: | |||||||
|               echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV |               echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Clone Necessary Submodules |       - name: Clone Necessary Submodules | ||||||
|         run: git submodule update --init addins/riscv-arch-test |         run: | | ||||||
|  |               git config --global --add safe.directory '*' | ||||||
|  |               git submodule update --init addins/riscv-arch-test | ||||||
|       - name: Free up storage |       - name: Free up storage | ||||||
|         run: | |         run: | | ||||||
|               df -h |               df -h | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user