fix: 🐛 fix: use absolute cargo path in CI
Build & Deploy / build-deploy (push) Successful in 10m57s

This commit is contained in:
Julien Denizot
2026-04-13 21:00:28 +02:00
parent d75aa890a5
commit dfe823f8f4
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Build
run: |
source $HOME/.cargo/env
export PATH="/root/.cargo/bin:$PATH"
export SQLX_OFFLINE=true
export LEPTOS_TAILWIND_VERSION=v4.1.13
npm install