Skip to content

Commit 7b7abf9

Browse files
committed
fix: Try esy prefix to correct ci
1 parent 283c063 commit 7b7abf9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/esy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
1010
cancel-in-progress: true
1111

12+
env:
13+
ESY__PREFIX: ${{ github.workspace }}/.esy/
14+
1215
jobs:
1316
build:
1417
name: Build and test

0 commit comments

Comments
 (0)