mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-04 15:11:06 +01:00 
			
		
		
		
	Fix CI (#118)
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@@ -9,13 +9,14 @@ jobs:
 | 
			
		||||
          persist-credentials: false
 | 
			
		||||
          submodules: true
 | 
			
		||||
 | 
			
		||||
    - uses: cachix/install-nix-action@v12
 | 
			
		||||
    - uses: cachix/install-nix-action@v16
 | 
			
		||||
      with:
 | 
			
		||||
        nix_path: nixpkgs=channel:nixos-unstable
 | 
			
		||||
 | 
			
		||||
    - uses: cachix/cachix-action@v8
 | 
			
		||||
    - uses: cachix/cachix-action@v10
 | 
			
		||||
      with:
 | 
			
		||||
        name: hs-dear-imgui
 | 
			
		||||
        authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
 | 
			
		||||
 | 
			
		||||
    - run: nix-build --version      
 | 
			
		||||
    - run: nix-build -A hsPkgs.dear-imgui.components.exes
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user