try
This commit is contained in:
		| @@ -17,6 +17,8 @@ jobs: | ||||
|     - name: Run Test DB Script | ||||
|       run: ./test_db.sh | ||||
|  | ||||
|     - name: TEMPORARY act workaround | ||||
|       run: apt update && apt install zstd | ||||
|     - name: Set up cargo cache | ||||
|       uses: actions/cache@v3 | ||||
|       with: | ||||
| @@ -118,19 +120,6 @@ jobs: | ||||
|             target/ | ||||
|           key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} | ||||
|  | ||||
|       - name: Set up cargo cache | ||||
|         uses: actions/cache@v3 | ||||
|         continue-on-error: false | ||||
|         with: | ||||
|           path: | | ||||
|             ~/.cargo/bin/ | ||||
|             ~/.cargo/registry/index/ | ||||
|             ~/.cargo/registry/cache/ | ||||
|             ~/.cargo/git/db/ | ||||
|             target/             | ||||
|           key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} | ||||
|           restore-keys: ${{ runner.os }}-cargo- | ||||
|  | ||||
|       - name: Build | ||||
|         run: | | ||||
|           cargo build --release --target $CARGO_TARGET | ||||
|   | ||||
		Reference in New Issue
	
	Block a user