Skip to content

Commit c334b4c

Browse files
committed
Fix flake building test
1 parent eefaec3 commit c334b4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- uses: actions/checkout@v4
86+
- name: Install devbox
87+
uses: jetify-com/[email protected]
88+
with:
89+
enable-cache: true
90+
- name: Run devbox install
91+
run: devbox install
92+
- name: Add Go to PATH
93+
run: echo "$(devbox run which go | xargs dirname)" >> $GITHUB_PATH
8694
- uses: DeterminateSystems/nix-installer-action@main
8795
- name: Build flake
8896
run: |

0 commit comments

Comments
 (0)