Skip to content

Commit

Permalink
chore(ci): Restrict esy to 0.6 until our cmake supports 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 13, 2023
1 parent 46c97c2 commit 5e36bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# It also adds `shx` globally for cross-platform shell commands
- name: Setup environment
run: |
npm i -g esy
npm i -g esy@0.6.14
npm i -g shx
- name: Checkout project
Expand Down

0 comments on commit 5e36bb1

Please sign in to comment.