Skip to content

Commit 4a26fcd

Browse files
authored
Merge pull request #12 from quantinuum-dev/push-ytytkpssmkrk
ci: Install devenv
2 parents 4819f8b + 3857df1 commit 4a26fcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-plz.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25+
- uses: DeterminateSystems/nix-installer-action@main
26+
- name: Install devenv.sh
27+
run: nix profile install nixpkgs#devenv
2528
- name: Run release-plz
2629
run: |
2730
devenv shell release-plz release-pr

0 commit comments

Comments
 (0)