Skip to content

fix: reqwest https (#79) #68

fix: reqwest https (#79)

fix: reqwest https (#79) #68

Workflow file for this run

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