From e58295d7ed716a9fe512fe6f14f04de29c5d9be8 Mon Sep 17 00:00:00 2001 From: cyberbit Date: Wed, 5 Jun 2024 03:03:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20oops=20part=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54845f9..53f2437 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: run: luarocks install luacc - name: Install luamin - run: yarn add -G https://github.com/cyberbit/luamin + run: yarn global add https://github.com/cyberbit/luamin - name: Build run: ./build.sh