mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	submodule rpi_ws281x set to our own repo again
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/scripts/build.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/build.sh
									
									
									
									
										vendored
									
									
								
							| @@ -36,7 +36,7 @@ elif [[ "$RUNNER_OS" == 'Linux' ]]; then | ||||
| 	# verification bypass of external dependencies | ||||
| 	git config --global --add safe.directory "${GITHUB_WORKSPACE}/dependencies/external/*" | ||||
| 	# set GitHub Container Registry url | ||||
| 	REGISTRY_URL="ghcr.io/paulchen-panther/${DOCKER_IMAGE}" | ||||
| 	REGISTRY_URL="ghcr.io/hyperion-project/${DOCKER_IMAGE}" | ||||
| 	# take ownership of deploy dir | ||||
| 	mkdir ${GITHUB_WORKSPACE}/deploy | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/qt5_6.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/qt5_6.yml
									
									
									
									
										vendored
									
									
								
							| @@ -98,7 +98,7 @@ jobs: | ||||
|           name: ${{ inputs.event_name == 'pull_request' && env.NAME || 'artifact' }} | ||||
|           path: ${{ inputs.event_name == 'pull_request' && 'deploy/*.tar.gz' || 'deploy/Hyperion-*' }} | ||||
|         env: | ||||
|           NAME: format('{0}_{1}_{2}{3}', matrix.os.distribution, matrix.os.codename, matrix.os.architecture[0], inputs.qt_version == '6' && '_qt6' || '') | ||||
|           NAME: ${{ format('{0}_{1}_{2}{3}', matrix.os.distribution, matrix.os.codename, matrix.os.architecture[0], inputs.qt_version == '6' && '_qt6' || '') }} | ||||
|  | ||||
| ###################### | ||||
| ###### macOS ######### | ||||
|   | ||||
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -15,6 +15,3 @@ | ||||
| [submodule "dependencies/external/mbedtls"] | ||||
| 	path = dependencies/external/mbedtls | ||||
| 	url = ../../Mbed-TLS/mbedtls.git | ||||
| [submodule "dependencies/external/rpi_ws281x"] | ||||
| 	path = dependencies/external/rpi_ws281x | ||||
| 	url = https://github.com/Paulchen-Panther/rpi_ws281x | ||||
|   | ||||
		Reference in New Issue
	
	Block a user