From a87368a17cc113af8ecfb27508265abbaf946647 Mon Sep 17 00:00:00 2001 From: Jakub Olan Date: Sun, 9 Jun 2024 23:12:26 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=99=BB=EF=B8=8F=20add=20workspace?= =?UTF-8?q?=20`Cargo.toml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apps-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apps-cli.yml b/.github/workflows/apps-cli.yml index b63d2f3e..8d43967f 100644 --- a/.github/workflows/apps-cli.yml +++ b/.github/workflows/apps-cli.yml @@ -6,7 +6,7 @@ on: jobs: build: - name: Build + name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@master