use debian
Some checks failed
Build and Deploy / deploy (push) Failing after 24s

This commit is contained in:
Satria 2026-06-06 10:04:15 +07:00
commit 296b43598f

View file

@ -7,13 +7,18 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: aio runs-on: debian
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
github-server-url: https://git.proxy.satr14.my.id github-server-url: https://git.proxy.satr14.my.id
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 'latest'
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile