Skip to content

Add environment variable override for cookie configuration (#195) #312

Add environment variable override for cookie configuration (#195)

Add environment variable override for cookie configuration (#195) #312

Workflow file for this run

name: leetcode-cli
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Set nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Environment
run: |
if [[ "$(uname)" == 'Darwin' ]]; then
brew install sqlite3
else
sudo apt-get update -y
sudo apt-get install -y libsqlite3-dev libdbus-1-dev
fi
- name: Build
run: cargo build --release --all-features
- name: Run tests
run: cargo test --release --all-features
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy