Skip to content

Commit 0de37b1

Browse files
committed
nix-env -iA bun -f '<nixpkgs>'
1 parent 6b683e3 commit 0de37b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Build coverage
25-
run: git clone --depth=1 https://github.com/dmjio/miso && cd miso && nix develop --command bash -c 'bun install && bun run test'
25+
run: git clone --depth=1 https://github.com/dmjio/miso && cd miso && nix-env -iA bun -f '<nixpkgs>' && bun install && bun run test
2626

2727
- name: Upload coverage
2828
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)