ingest cargo env vars
Some checks failed
Build & Test / build-run (push) Failing after 19s

This commit is contained in:
Kio 2025-02-03 22:26:44 +00:00
parent b4c70c0d16
commit 3244cecc6a

View file

@ -12,6 +12,8 @@ jobs:
run: apk add rustup deno git nodejs pkgconfig openssl openssl-dev
- name: Install Rust
run: /usr/bin/rustup-init -y
- name: Read new PATH from cargo install
run: . ~/.cargo/env
- name: Checkout repo
uses: actions/checkout@v4
with: