Skip to content

Commit 9e2d85d

Browse files
committed
Fix Shards availability on Mac
1 parent 0bbef7e commit 9e2d85d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- run: npm install
1919
- uses: ./
2020
- run: crystal eval "puts 1337"
21+
- run: shards --version
22+
if: runner.os != 'Windows'
2123
- uses: ./
2224
with:
2325
crystal: nightly

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ async function installBinaryRelease({crystal, suffix, destination}) {
123123
}
124124

125125
Core.info("Setting up environment");
126+
Core.addPath(Path.join(path, "embedded", "bin"));
126127
Core.addPath(Path.join(path, "bin"));
127128
}
128129

0 commit comments

Comments
 (0)