Skip to content

Commit 2ec96f9

Browse files
committed
.
1 parent f8b79c8 commit 2ec96f9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
cp -r ./packages/generate-snake-animation/dist ${{ runner.temp }}/snk2
4848
bun install --cwd ${{ runner.temp }}/snk2
4949
bun add --cwd ${{ runner.temp }}/snk2 canvas@3.2.0 gif-encoder-2@1.0.5 gifsicle@5.3.0
50-
ls ${{ runner.temp }}/snk2
51-
ls ${{ runner.temp }}/snk2/node_modules
52-
${{ runner.temp }}/snk2/cli.js --github_user=platane --output=snake.gif
50+
bun ${{ runner.temp }}/snk2/cli.js --github_user=platane --output=snake.gif
5351
env:
5452
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5553

0 commit comments

Comments
 (0)