We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefaec3 commit c334b4cCopy full SHA for c334b4c
.github/workflows/cli-tests.yaml
@@ -83,6 +83,14 @@ jobs:
83
runs-on: ubuntu-latest
84
steps:
85
- 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
94
- uses: DeterminateSystems/nix-installer-action@main
95
- name: Build flake
96
run: |
0 commit comments