Skip to content

Update Auth Middleware #31

Update Auth Middleware

Update Auth Middleware #31

Workflow file for this run

name: 🏗️ Build Engine
on:
push:
paths:
- 'engine/**'
jobs:
deploy:
runs-on: ubuntu-20.04
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
with:
version: "v0.7.4"
- name: Build
working-directory: ./engine
run: cargo build