ci: use devbox gh action instead
This commit is contained in:
parent
518e83f9c9
commit
46b82aeebd
3
.github/workflows/slsa-publish.yml
vendored
3
.github/workflows/slsa-publish.yml
vendored
|
@ -12,9 +12,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: install devbox
|
||||||
|
uses: jetpack-io/devbox-install-action@v0.2.0
|
||||||
- name: build artifacts
|
- name: build artifacts
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://get.jetpack.io/devbox | bash -f
|
|
||||||
devbox run poetry install
|
devbox run poetry install
|
||||||
devbox run poetry build
|
devbox run poetry build
|
||||||
- name: hash artifacts
|
- name: hash artifacts
|
||||||
|
|
Loading…
Reference in a new issue