From dcb583f1b44c4e59aa2acbc44936b7f7b5800e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5?= Date: Mon, 10 Feb 2025 20:15:12 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c9604a..cc23c5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: name: Build the web runs-on: web-self-hosted steps: - - uses: oven-sh/setup-bun@v2 + - uses: actions/checkout@v4 - run: pwd && ls -al - run: bun install - run: bun run build