parent
							
								
									6a18566e59
								
							
						
					
					
						commit
						51b0e1519a
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6,10 +6,14 @@ jobs:
 | 
			
		|||
      image: rust:slim-bookworm
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: apt-get update -y && apt-get install -y nodejs git curl
 | 
			
		||||
      - run: curl -L https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
 | 
			
		||||
      - run: |
 | 
			
		||||
          curl -L https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
 | 
			
		||||
          mv trunk /
 | 
			
		||||
      - run: rustup target add wasm32-unknown-unknown
 | 
			
		||||
      - uses: https://code.forgejo.org/actions/checkout@v3
 | 
			
		||||
      - run: /trunk build --release --public-url '.'
 | 
			
		||||
      - run: |
 | 
			
		||||
          ls /trunk
 | 
			
		||||
          /trunk build --release --public-url '.'
 | 
			
		||||
      - run: |
 | 
			
		||||
          cd dist
 | 
			
		||||
          git init
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue