Fix CI
This commit is contained in:
		@@ -9,6 +9,7 @@ jobs:
 | 
				
			|||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: rust:bullseye
 | 
					      image: rust:bullseye
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 | 
					      - run: apt-get install git -y
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        run: cargo build --release
 | 
					        run: cargo build --release
 | 
				
			||||||
@@ -21,12 +22,12 @@ jobs:
 | 
				
			|||||||
  build-muslc:
 | 
					  build-muslc:
 | 
				
			||||||
    name: Build backend-muslc
 | 
					    name: Build backend-muslc
 | 
				
			||||||
    runs-on: 'docker'
 | 
					    runs-on: 'docker'
 | 
				
			||||||
    contianer:
 | 
					    container:
 | 
				
			||||||
      image: rust:alpine
 | 
					      image: rust:alpine
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					 | 
				
			||||||
      - name: Install dependencies
 | 
					      - name: Install dependencies
 | 
				
			||||||
        run: apk add pkgconf musl-dev
 | 
					        run: apk add pkgconf musl-dev git
 | 
				
			||||||
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        run: cargo build --release
 | 
					        run: cargo build --release
 | 
				
			||||||
        working-directory: backend
 | 
					        working-directory: backend
 | 
				
			||||||
@@ -41,6 +42,7 @@ jobs:
 | 
				
			|||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: node:current-alpine
 | 
					      image: node:current-alpine
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 | 
					      - run: apk add git
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Install packages
 | 
					      - name: Install packages
 | 
				
			||||||
        run: yarn install --frozen-lockfile
 | 
					        run: yarn install --frozen-lockfile
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user