Fix: use absolute path for STACK_ROOT (Stack 3 requirement)
Build / build (push) Failing after 15m57s

This commit is contained in:
2026-05-14 15:51:00 -04:00
parent 657855bd41
commit 27f4e1fd2c
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
STACK_ROOT: .stack-root
STACK_ROOT: ${{ github.workspace }}/.stack-root
steps:
- name: Checkout
uses: actions/checkout@v4