Skip to content

fix: use 301 & 302 instead of 307 & 308 (#71) #62

fix: use 301 & 302 instead of 307 & 308 (#71)

fix: use 301 & 302 instead of 307 & 308 (#71) #62

Workflow file for this run

on:
push:
branches:
- master
name: Build
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout 🛎️
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
name: Setup Cargo Toolchain 🛎️
with:
components: rustfmt, clippy
toolchain: stable
default: true
- uses: actions-rs/cargo@v1
name: Compile all targets 🚀
with:
command: build
args: --workspace --release
- uses: actions/upload-artifact@v2
with:
name: mirror-intel-release
path: target/release/mirror-intel