ci: use -f flag for devbox install
This commit is contained in:
parent
5effb31f15
commit
518e83f9c9
2
.github/workflows/slsa-publish.yml
vendored
2
.github/workflows/slsa-publish.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: build artifacts
|
||||
run: |
|
||||
curl -fsSL https://get.jetpack.io/devbox | bash
|
||||
curl -fsSL https://get.jetpack.io/devbox | bash -f
|
||||
devbox run poetry install
|
||||
devbox run poetry build
|
||||
- name: hash artifacts
|
||||
|
|
Loading…
Reference in a new issue