ci: use -f flag for devbox install

This commit is contained in:
Mark Joshwel 2023-06-03 07:40:02 +00:00 committed by GitHub
parent 5effb31f15
commit 518e83f9c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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