fix/ci-pub #8
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: oven/bun:1
|
||||
steps:
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get install -y git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue