Skip to content

Commit dda0e2f

Browse files
committed
build: reorder apt tools install before dev_generate step
Generated-by: aiautocommit
1 parent f81cdf6 commit dda0e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/common-setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ runs:
1212
MISE_ENV: dev
1313
with:
1414
version: 2026.2.4
15-
- shell: bash
16-
run: just dev_generate
1715
# TODO document: https://github.com/actions/runner-images/issues/4849, https://github.com/actions/runner-images/issues/264
1816
- uses: tecolicom/actions-use-apt-tools@v1
1917
with:
2018
# TODO is there *really* not a backend for zsh in mise?
2119
tools: zsh libnss3-tools
20+
- shell: bash
21+
run: just dev_generate
2222
# without any additional options, this simply installs the latest version of the cli
2323
- uses: 1password/load-secrets-action@v2
2424
- uses: iloveitaly/github-action-direnv-load-and-mask@master

0 commit comments

Comments
 (0)