Fix CI
This commit is contained in:
		@@ -9,7 +9,7 @@ jobs:
 | 
			
		||||
    container:
 | 
			
		||||
      image: rust:bullseye
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: apt-get install git -y
 | 
			
		||||
      - run: apt-get install git nodejs -y
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: cargo build --release
 | 
			
		||||
@@ -26,7 +26,7 @@ jobs:
 | 
			
		||||
      image: rust:alpine
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: apk add pkgconf musl-dev git
 | 
			
		||||
        run: apk add pkgconf musl-dev git nodejs
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: cargo build --release
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user