From e73ac4b3c0bc263998da6b2d02ce43808454a9e8 Mon Sep 17 00:00:00 2001 From: gearnode Date: Wed, 12 Feb 2025 13:29:26 -0800 Subject: [PATCH] Fix ga console target Signed-off-by: gearnode --- .github/workflows/make.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index cfb3eecde..69572d660 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -43,7 +43,7 @@ jobs: steps: - uses: "actions/checkout@v4" - uses: "actions/setup-node@v4" - - run: "make bin/probod" + - run: "make @probo/console" fmt-check: name: "fmt-check" runs-on: "ubuntu-22.04"