We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7edd50 commit be6e81aCopy full SHA for be6e81a
1 file changed
.github/workflows/ci.yml
@@ -76,6 +76,8 @@ jobs:
76
uses: DeterminateSystems/magic-nix-cache-action@v13
77
with:
78
use-flakehub: false
79
+ - name: Install devenv
80
+ run: nix profile install nixpkgs#devenv
81
- name: Cache Bun dependencies
82
uses: actions/cache@v5
83
@@ -87,4 +89,4 @@ jobs:
87
89
run: devenv shell -- bun build:prod
88
90
91
- name: Quality checks (Devenv shell)
- run: devenv shell -- bun ${{matrix.quality}}
92
+ run: devenv shell -- bun ${{matrix.quality}}
0 commit comments