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 e584340 commit 4c9e648Copy full SHA for 4c9e648
.github/workflows/cli-tests.yaml
@@ -30,6 +30,7 @@ env:
30
HOMEBREW_NO_EMOJI: 1
31
HOMEBREW_NO_ENV_HINTS: 1
32
HOMEBREW_NO_INSTALL_CLEANUP: 1
33
+ DEVBOX_DEBUG: 1
34
35
jobs:
36
typos:
@@ -128,11 +129,10 @@ jobs:
128
129
- name: Install nix and devbox packages
130
run: |
131
export NIX_INSTALLER_NO_CHANNEL_ADD=1
- export DEVBOX_DEBUG=1
132
-
+
133
# Setup github authentication to ensure Github's rate limits are not hit.
134
# If this works, we can consider refactoring this into a reusable github action helper.
135
mkdir -p ~/.config/nix
136
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" > ~/.config/nix/nix.conf
137
138
devbox run echo "Installing packages..."
0 commit comments