Overwrite runner arch for magic Nix cache
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				CI / Check Nix flake (push) Failing after 29s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	CI / Check Nix flake (push) Failing after 29s
				
			This commit is contained in:
		@@ -11,7 +11,14 @@ jobs:
 | 
				
			|||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
      - uses: cachix/install-nix-action@v23
 | 
					      - uses: cachix/install-nix-action@v23
 | 
				
			||||||
 | 
					        env:
 | 
				
			||||||
 | 
					          # Gitea will supply a token in GITHUB_TOKEN, which this action will
 | 
				
			||||||
 | 
					          # try to pass to Nix when downloading from GitHub
 | 
				
			||||||
 | 
					          GITHUB_TOKEN: ''
 | 
				
			||||||
      - uses: DeterminateSystems/magic-nix-cache-action@main
 | 
					      - uses: DeterminateSystems/magic-nix-cache-action@main
 | 
				
			||||||
 | 
					        env:
 | 
				
			||||||
 | 
					          # Arch is amd64 in Gitea actions, this forms the download path for the cache
 | 
				
			||||||
 | 
					          RUNNER_ARCH: X64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Write agenix secrets key to file
 | 
					      - name: Write agenix secrets key to file
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user